Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Mar 25, 2024
1 parent 28d7ee0 commit c611047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ros_gz_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Now we start the ROS listener.
```
# Shell B:
. /opt/ros/humble/setup.bash
. /opt/ros/rolling/setup.bash
ros2 topic echo /chatter
```
Expand Down Expand Up @@ -134,7 +134,7 @@ Now we start the ROS talker.
```
# Shell C:
. /opt/ros/humble/setup.bash
. /opt/ros/rolling/setup.bash
ros2 topic pub /chatter std_msgs/msg/String "data: 'Hi'" --once
```
Expand Down Expand Up @@ -172,7 +172,7 @@ Now we start the ROS GUI:
```
# Shell C:
. /opt/ros/humble/setup.bash
. /opt/ros/rolling/setup.bash
ros2 run rqt_image_view rqt_image_view /rgbd_camera/image
```
Expand Down Expand Up @@ -317,7 +317,7 @@ Now we start the ROS talker.
```bash
# Shell C:
. /opt/ros/humble/setup.bash
. /opt/ros/rolling/setup.bash
ros2 topic pub /demo/chatter std_msgs/msg/String "data: 'Hi from inside of a namespace'" --once
```
Expand Down

0 comments on commit c611047

Please sign in to comment.