Troubleshoot

Troubleshoot#

We will document common issues. If you find any further problem that require troubleshooting, feel free to raise Github issues.

How can I create animations of the dynamics?

We do provide samples where you can generate an animation. To do so, you need ffmpeg to be installed on your system, and the resulting animation is saved as .mp4:

brew install ffmpeg # for MacOS
apt install ffmpeg # for Linux