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

Dynamic path resolution for each path segment #711

Merged

Conversation

mjansen4857
Copy link
Owner

Will target a consistent spacing of path points along a path. Can help improve performance for short path segments + generally improves trajectory generation.

@mjansen4857 mjansen4857 linked an issue Sep 10, 2024 that may be closed by this pull request
@github-actions github-actions bot added GUI Changes to the PathPlanner GUI PathPlannerLib Changes to PathPlannerLib labels Sep 10, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 94.08284% with 10 lines in your changes missing coverage. Please review.

Project coverage is 85.16%. Comparing base (3f35807) to head (fb02489).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/path/pathplanner_path.dart 89.15% 9 Missing ⚠️
lib/widgets/editor/split_path_editor.dart 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #711      +/-   ##
==========================================
- Coverage   85.35%   85.16%   -0.20%     
==========================================
  Files          83       83              
  Lines        7445     7511      +66     
==========================================
+ Hits         6355     6397      +42     
- Misses       1090     1114      +24     

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

@mjansen4857 mjansen4857 merged commit 21de5a3 into main Sep 11, 2024
24 checks passed
@mjansen4857 mjansen4857 deleted the 688-support-a-dynamic-path-resolution-for-each-path-segment branch September 11, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Changes to the PathPlanner GUI PathPlannerLib Changes to PathPlannerLib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support a dynamic path resolution for each path segment
1 participant