Skip to content

Conversation

@oscar-lima
Copy link
Contributor

  • Added new DWB critic called path follower that tries to follow the global plan as close as possible.
  • Configured separate critic on top to correct final heading near the goal

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.

oscar-lima and others added 30 commits October 10, 2025 15:29
…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
oscar-lima and others added 21 commits October 13, 2025 16:10
…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
@mintar
Copy link
Member

mintar commented Oct 17, 2025

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 pre-commit into the Codex workflow so that it catches and fixes such errors automatically?

@oscar-lima
Copy link
Contributor Author

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 pre-commit into the Codex workflow so that it catches and fixes such errors automatically?

Maybe, let me check. Otherwise I can make the necessary changes so that the pre-commit checks pass.

@oscar-lima
Copy link
Contributor Author

Yeah, it was able!

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.

2 participants