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

Feat/387 path progress #389

Closed
wants to merge 43 commits into from
Closed

Conversation

NicoBartholomai
Copy link
Contributor

Closes #387. Adds a path progression heuristic to the planner. For each projected path created, it finds the points on the global path that are closest to the beginning and ending of that projected path, and then finds the distance of this global path segment. This encourages longer paths to be generated, and thus encourages the bot to move forward.

This can be tested by roslaunching rr_gazebo evgp.launch and rr_evgp evgp_planning_demo.launch
Visualizing the /progress_path_seg topic will show the current global path segment the plan is using.

@NicoBartholomai
Copy link
Contributor Author

Re do for ROS 2

@NicoBartholomai NicoBartholomai deleted the feat/387-path-progress branch November 7, 2021 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Path Progress
2 participants