rst-tu-dortmund / teb_local_planner

An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
http://wiki.ros.org/teb_local_planner
BSD 3-Clause "New" or "Revised" License
1.03k stars 546 forks source link

My gazebo robot with TEB local planner ignores dynamic obstacles #375

Open soohwan-justin opened 2 years ago

soohwan-justin commented 2 years ago

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:

uexu8

And I tried to apply it for my own robot simulation, but it ignores dynamic obstacles like this:

3ogdl

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?

jcmonteiro commented 2 years ago

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.

thetiennguyen commented 1 year ago

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:

uexu8 uexu8

And I tried to apply it for my own robot simulation, but it ignores dynamic obstacles like this:

3ogdl 3ogdl

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?

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

brilianputraa commented 1 year ago

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:

uexu8 uexu8

And I tried to apply it for my own robot simulation, but it ignores dynamic obstacles like this:

3ogdl 3ogdl

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?

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?