ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have found the solution. Needed to change parameters in turtlebot_description in gazebo.urdf.xacro under <xacro:macro name="turtlebot_sim_laser">
<minRange>0.30</minRange>
I also modified the angle of simulated laser, because it was way to big:
<minAngle>-57</minAngle>
<maxAngle>57</maxAngle>