Skip to content

Commit a4216cf

Browse files
authored
Update rusty.gazebo
1 parent 225b9ee commit a4216cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rusty_description/urdf/rusty.gazebo

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<gazebo>
88
<plugin filename="libgazebo_ros_control.so" name="control"/>
99
</gazebo>
10-
<gazebo reference="base_link">
10+
<gazebo reference="rusty_base">
1111
<material>${body_color}</material>
1212
<mu1>0.2</mu1>
1313
<mu2>0.2</mu2>
@@ -78,7 +78,7 @@
7878
<wheelSeparation>0.300</wheelSeparation>
7979
<wheelDiameter>0.100</wheelDiameter>
8080
<wheelAcceleration>0.3</wheelAcceleration>
81-
<robotBaseFrame>base_link</robotBaseFrame>
81+
<robotBaseFrame>rusty_base</robotBaseFrame>
8282
<torque>10</torque>
8383
<commandTopic>cmd_vel</commandTopic>
8484
<broadcastTF>true</broadcastTF>
@@ -199,8 +199,8 @@
199199
<plugin name="gps_controller" filename="libhector_gazebo_ros_gps.so">
200200
<updateRate>40</updateRate>
201201
<robotNamespace>/</robotNamespace>
202-
<bodyName>base_link</bodyName>
203-
<frameId>base_link</frameId>
202+
<bodyName>rusty_base</bodyName>
203+
<frameId>rusty_base</frameId>
204204
<topicName>/navsat/fix</topicName>
205205
<velocityTopicName>/navsat/vel</velocityTopicName>
206206
<referenceLatitude>49.9</referenceLatitude>

0 commit comments

Comments
 (0)