turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

Increase min max obstacle height for scan topic #157

Open Jntzko opened 7 years ago

Jntzko commented 7 years ago

Adjust the values so that it is possible to mount another laserscan source anywhere on the turtlebot.

In our setup we use, besides the kinect, a laserscanner which scans the field behind the turtlebot. This scanner is placed above the kinect and publishes data with a higher value than the max_obstacle height, in this case it is not possible to use the data for navigation and localization.

As you can see in the picture, the old values (red) are overly restrictive and there shouldn't be any harm in adjusting them to the new values (green). tb

tfoote commented 7 years ago

If you're adding another sensor would it not make sense to add another input for the costmap?

@ros-pull-request-builder retest this please