Conversation
automated style fixes Co-authored-by: sanatd33 <sanatd33@users.noreply.github.com>
jacksherling
approved these changes
Feb 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gives Stats / Visualizations for intermediate vs rrt
stats are in traversal_stats.txt, creation_stats.txt
images are in Creation.png, Traversal.png
To run the tests again, do make perf, make test-soccer
the results will be saved in intermediate_creation.out, intermediate_traversal.out, rrt_creation.out, rrt_traversal.out
To get the images/stats for different data run python3 create_path_visualization.py and change the files to the ones you're looking at
Statistics for intermediate.out:
Mean: 0.08 ms
Median: 0.06 ms
Standard Deviation: 0.05 ms
Min: 0.007012 ms
Max: 0.420355 ms
Statistics for rrt.out:
Mean: 0.20 ms
Median: 0.17 ms
Standard Deviation: 0.07 ms
Min: 0.006336 ms
Max: 0.499003 ms
Statistics for intermediate.out:
Mean: 3.35 s
Median: 3.30 s
Standard Deviation: 0.31 s
Min: 2.5827 s
Max: 4.67766 s
Statistics for rrt.out:
Mean: 3.27 s
Median: 3.22 s
Standard Deviation: 0.32 s
Min: 2.5688 s
Max: 4.94471 s