-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge (#173)
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 <[email protected]> Co-authored-by: Yadu <[email protected]> Co-authored-by: Yadu <[email protected]>
- Loading branch information
1 parent
dc76408
commit bff8391
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]"></node> | ||
<node pkg="ros_gz_bridge" exec="parameter_bridge" args="/model/caddy/cmd_vel@geometry_msgs/msg/[email protected]"></node> | ||
</group> | ||
</launch> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters