Skip to content
Snippets Groups Projects
Commit c79b4328 authored by Matthew Hansen's avatar Matthew Hansen Committed by Matt Hansen
Browse files

Change test world to use new arguments flags

parent e342010b
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,8 @@
<plugin name="my_imu_plugin" filename="libgazebo_ros_imu_sensor.so">
<ros>
<!-- <namespace>/tb3</namespace> -->
<argument>--ros-args</argument>
<argument>-r</argument>
<argument>~/out:=imu</argument>
</ros>
</plugin>
......@@ -221,6 +223,8 @@
<plugin name="laserscan" filename="libgazebo_ros_ray_sensor.so">
<ros>
<!-- <namespace>/tb3</namespace> -->
<argument>--ros-args</argument>
<argument>-r </argument>
<argument>~/out:=scan</argument>
</ros>
<output_type>sensor_msgs/LaserScan</output_type>
......@@ -456,7 +460,7 @@
<plugin name="turtlebot3_joint_state" filename="libgazebo_ros_joint_state_publisher.so">
<ros>
<!-- <namespace>/tb3</namespace> -->
<argument>~/out:=joint_states</argument>
<argument>-r ~/out:=joint_states</argument>
</ros>
<update_rate>250</update_rate>
<joint_name>wheel_left_joint</joint_name>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment