-
Notifications
You must be signed in to change notification settings - Fork 173
Add DWB path_follower critic #146
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
base: noetic
Are you sure you want to change the base?
Conversation
…l plan’s last pose when that pose has already been selected as the current intermediate goal.
…ad, make sure first robot only rotates in place to align with path
Avoid resetting path progress on timestamp-only plan updates
…-and-republish-global-plan Add global plan debug visualization
…logic-in-pathprogresscritic Fix PathProgressCritic final goal handling
…obal plan visualization as it is the one the critic receives
…-path_follower Add dedicated path follower critic
…sformed_global_plan Use transformed global plan orientation in path follower critic
…sm-in-pfc Remove snap goal mechanism from path follower critic
manual cleanup
|
Hi Oscar, I didn't get around to testing this. I just noticed that the test is failing because it doesn't have a license header (see above). Is there a way to integrate |
Maybe, let me check. Otherwise I can make the necessary changes so that the pre-commit checks pass. |
Fix formatting per pre-commit feedback
|
Yeah, it was able! |
NOTE: Robot speed is reduced under current physics settings; enabling fast physics mitigates the problem
Tested in simulation; navigation through tight spaces shows improvement.
Final NOTE: Made almost entirely by OpenAI codex under my multiple and detailed instructions over several days.