We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our plotting functionality to plot a path as an animated GIF takes way too long. For real mission paths it can take on the order of a few minutes.
Run the path_planning integration test and wait for plotting to complete. Or run path_plotting but modify it to have many many more points.
path_planning
path_plotting
I forget exactly what the bottleneck is but it could be our use of ImageMagick, matplotplus or our own code. This is the function in question: https://github.com/tritonuas/obcpp/blob/main/src/pathing/plotting.cpp#L172.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug
Our plotting functionality to plot a path as an animated GIF takes way too long. For real mission paths it can take on the order of a few minutes.
To Reproduce
Run the
path_planning
integration test and wait for plotting to complete. Or runpath_plotting
but modify it to have many many more points.Additional context
I forget exactly what the bottleneck is but it could be our use of ImageMagick, matplotplus or our own code. This is the function in question: https://github.com/tritonuas/obcpp/blob/main/src/pathing/plotting.cpp#L172.
The text was updated successfully, but these errors were encountered: