Skip to content

Commit

Permalink
Merge pull request #24 from AmbroxMr/fix/controller-namespace
Browse files Browse the repository at this point in the history
Remove robotNamespace in .gazebo file
  • Loading branch information
tonybaltovski authored Dec 7, 2023
2 parents eba598c + 5195fc6 commit 7417cae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions warthog_description/urdf/warthog.gazebo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<robot>
<gazebo>
<plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
<robotNamespace>/</robotNamespace>
<legacyModeNS>true</legacyModeNS>
</plugin>
</gazebo>
Expand All @@ -16,7 +15,6 @@

<gazebo>
<plugin name="imu_controller" filename="libhector_gazebo_ros_imu.so">
<robotNamespace>/</robotNamespace>
<updateRate>50.0</updateRate>
<bodyName>imu_link</bodyName>
<topicName>imu/data</topicName>
Expand All @@ -32,7 +30,6 @@
<gazebo>
<plugin name="gps_controller" filename="libhector_gazebo_ros_gps.so">
<updateRate>20</updateRate>
<robotNamespace>/</robotNamespace>
<bodyName>base_link</bodyName>
<frameId>base_link</frameId>
<topicName>/navsat/fix</topicName>
Expand Down

0 comments on commit 7417cae

Please sign in to comment.