Skip to content

Commit

Permalink
Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge (#173)
Browse files Browse the repository at this point in the history
This is due to the renaming. It is best that we rely on the ros_gz_* packages as ros_ign_packages are only a shim

Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
Co-authored-by: Yadu <yadunund@gmail.com>
Co-authored-by: Yadu <yadunund@openrobotics.org>
  • Loading branch information
3 people authored Jan 29, 2024
1 parent dc76408 commit bff8391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<remap from="/cmd_vel" to="/model/caddy/cmd_vel"/> <!-- remap topic name for the diff_drive ignition plugin -->
</node>
<!-- Let diff drive ignition plugin read from /model/caddy/cmd_vel topic published to by the teleop_twist_keyboard -->
<node pkg="ros_ign_bridge" exec="parameter_bridge" args="/model/caddy/cmd_vel@geometry_msgs/msg/Twist@ignition.msgs.Twist"></node>
<node pkg="ros_gz_bridge" exec="parameter_bridge" args="/model/caddy/cmd_vel@geometry_msgs/msg/Twist@ignition.msgs.Twist"></node>
</group>
</launch>
</launch>
4 changes: 2 additions & 2 deletions rmf_demos_gz/launch/simulation.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</executable>
</group>

<!-- ros_ign bridge for simulation clock -->
<node pkg="ros_ign_bridge" exec="parameter_bridge"
<!-- ros_gz bridge for simulation clock -->
<node pkg="ros_gz_bridge" exec="parameter_bridge"
args="/clock@rosgraph_msgs/msg/Clock[ignition.msgs.Clock"
/>

Expand Down
2 changes: 1 addition & 1 deletion rmf_demos_gz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<exec_depend>launch_xml</exec_depend>
<exec_depend>ignition-fortress</exec_depend>

<exec_depend>ros_ign_bridge</exec_depend>
<exec_depend>ros_gz_bridge</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit bff8391

Please sign in to comment.