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

Global plan is statically transformed to the global frame #149

Open
PaulVerhoeckx opened this issue Mar 22, 2022 · 0 comments
Open

Global plan is statically transformed to the global frame #149

PaulVerhoeckx opened this issue Mar 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@PaulVerhoeckx
Copy link
Contributor

PaulVerhoeckx commented Mar 22, 2022

In TrackingPidLocalPlanner::setPlan() the passed global plan is transformed just once into the configured global_frame.
If this latter is configured to be odom, the global plan is sensitive to initial localisation faults.

Other planners (such as dwa_local_planner) convert the inserted global plan every tick into global_frame, using LocalPlannerUtil::getLocalPlan().

@PaulVerhoeckx PaulVerhoeckx added the bug Something isn't working label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant