Skip to content

Commit

Permalink
Fixed ros ign bridge documentation (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 12, 2021
1 parent 25e5ba0 commit 628e0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ros_ign_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now we start the ROS listener.

```
# Shell B:
. /opt/ros/foxy/setup.bash
. /opt/ros/galactic/setup.bash
ros2 topic echo /chatter
```

Expand Down Expand Up @@ -92,7 +92,7 @@ Now we start the ROS talker.

```
# Shell C:
. /opt/ros/foxy/setup.bash
. /opt/ros/galactic/setup.bash
ros2 topic pub /chatter std_msgs/msg/String "data: 'Hi'" --once
```

Expand Down Expand Up @@ -130,15 +130,15 @@ Now we start the ROS GUI:

```
# Shell C:
. /opt/ros/foxy/setup.bash
. /opt/ros/galactic/setup.bash
ros2 run rqt_image_view rqt_image_view /rgbd_camera/image
```

You should see the current images in `rqt_image_view` which are coming from
Gazebo (published as Ignition Msgs over Ignition Transport).

The screenshot shows all the shell windows and their expected content
(it was taken using ROS 2 Foxy and Ignition Edifice):
(it was taken using ROS 2 Galactic and Ignition Fortress):

![Ignition Transport images and ROS rqt](images/bridge_image_exchange.png)

Expand Down

0 comments on commit 628e0a4

Please sign in to comment.