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

Add path optimizer tool to path editor #762

Merged
merged 6 commits into from
Sep 29, 2024

Conversation

mjansen4857
Copy link
Owner

Uses a genetic algorithm to optimize the shape of the path, minimizing the trajectory runtime.

@mjansen4857 mjansen4857 linked an issue Sep 28, 2024 that may be closed by this pull request
@github-actions github-actions bot added dependencies Pull requests that update a dependency file GUI Changes to the PathPlanner GUI documentation Pull requests that update the documentation site files labels Sep 28, 2024
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 77.02703% with 51 lines in your changes missing coverage. Please review.

Project coverage is 84.62%. Comparing base (b5c4520) to head (d243509).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ts/editor/tree_widgets/path_optimization_tree.dart 52.43% 39 Missing ⚠️
lib/util/path_optimizer.dart 93.25% 6 Missing ⚠️
lib/trajectory/config.dart 88.88% 3 Missing ⚠️
lib/widgets/editor/split_path_editor.dart 66.66% 2 Missing ⚠️
lib/widgets/editor/path_painter.dart 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #762      +/-   ##
==========================================
- Coverage   84.86%   84.62%   -0.24%     
==========================================
  Files          84       86       +2     
  Lines        7347     7532     +185     
==========================================
+ Hits         6235     6374     +139     
- Misses       1112     1158      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mjansen4857 mjansen4857 merged commit 24a8cc9 into main Sep 29, 2024
22 checks passed
@mjansen4857 mjansen4857 deleted the 718-optimize-path-shape-in-gui branch September 29, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Pull requests that update the documentation site files GUI Changes to the PathPlanner GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize path shape in GUI
1 participant