Skip to content

Commit

Permalink
Following stdr-simulator-ros-pkg/stdr_simulator#202, increase odometr…
Browse files Browse the repository at this point in the history
…y frequency
  • Loading branch information
corot committed Nov 11, 2017
1 parent 5ac8fe0 commit 9e14353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thorp_simulation/launch/thorp_stdr.launch
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
<arg name="max_obstacle_height" default="5.0"/>

<!-- ******************** STDR ******************** -->
<param name="robot0/odometry_rate" value="50.0"/>

<include file="$(find stdr_robot)/launch/robot_manager.launch"/>

<!--
Expand Down Expand Up @@ -67,6 +65,8 @@ TODO: I can recover this if I can rename the robot and once I start using a thor
<remap from="robot0/infrared/r155" to="mobile_base/sensors/infrared/r155"/>
</node>
-->
<param name="/robot0/odometry_rate" value="10.0"/>

<!-- Run STDR server with a predefined map -->
<node pkg="stdr_server" type="stdr_server_node" name="stdr_server" output="screen" args="$(arg map_file)"/>
<!-- Spawn new robot at init position 2 2 0 -->
Expand Down

0 comments on commit 9e14353

Please sign in to comment.