Skip to content
New issue

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

Speedup GIF Path Plotting #128

Open
atar13 opened this issue Apr 1, 2024 · 0 comments
Open

Speedup GIF Path Plotting #128

atar13 opened this issue Apr 1, 2024 · 0 comments
Labels
bug Something isn't working QOL Quality of Life

Comments

@atar13
Copy link
Member

atar13 commented Apr 1, 2024

🐛 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 run path_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.

@atar13 atar13 mentioned this issue Apr 1, 2024
@Tyler-Lentz Tyler-Lentz added bug Something isn't working QOL Quality of Life labels Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working QOL Quality of Life
Projects
None yet
Development

No branches or pull requests

2 participants