-
Notifications
You must be signed in to change notification settings - Fork 549
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
My gazebo robot with TEB local planner ignores dynamic obstacles #375
Comments
It is visible in your example that these obstacles are not part of your local costmap. The problem lies somewhere else then, namely in the subsystem you have configured to produce the local costmap. |
please tell me how to add dynamic obstacles into rviz like you. I have done tutorial 9 of teb local planer, however I have a failure and I dont know how to add it. Thanks a lot |
Hi I also have the same problem, do you manage to find the solution to take into account the polygon obstacle message to the local cost map? |
I want to ask something.
I have a plan to use TEB local planner to avoid dynamic obstacles.
I have been following TEB local planner tutorial:
http://wiki.ros.org/teb_local_planner/Tutorials
and it works well the tutorial simulation like below picture:
And I tried to apply it for my own robot simulation, but it ignores dynamic obstacles like this:
After comparing all of parameters with original TEB local planner, I had changed them exactly same with originals by rqt_reconfigure, but it doesn't work.
Can I sure that it must be parameter's problem or it could be another problem?
The text was updated successfully, but these errors were encountered: