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
984 stars 545 forks source link

More accurate visualization of obstacles #385

Closed siferati closed 1 year ago

siferati commented 1 year ago

Obstacle markers had a fixed size of 10cm, but this means that if the costmap has a low resolution and the robot is navigating close to obstacles, in rviz it will seem like the robot is in collision even though it isn't.

This PR changes it so that the obstacles have the same size as the costmap resolution. This should provide a much more accurate visualization of the actual obstacle size!