-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 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 |
---|---|---|
|
@@ -96,9 +96,8 @@ Then we start the parameter bridge which will watch the specified topics. | |
|
||
``` | ||
# Shell B: | ||
. /opt/ros/melodic/setup.bash | ||
. ~/bridge_ws/install/setup.bash | ||
parameter_bridge /chatter@std_msgs/[email protected] | ||
rosrun ros1_ign_bridge parameter_bridge /chatter@std_msgs/[email protected] | ||
``` | ||
|
||
Now we start the ROS 1 listener. | ||
|
@@ -130,9 +129,8 @@ Then we start the parameter bridge which will watch the specified topics. | |
|
||
``` | ||
# Shell B: | ||
. /opt/ros/melodic/setup.bash | ||
. ~/bridge_ws/install/setup.bash | ||
parameter_bridge /chatter@std_msgs/[email protected] | ||
rosrun ros1_ign_bridge parameter_bridge /chatter@std_msgs/[email protected] | ||
``` | ||
|
||
Now we start the Ignition Transport listener. | ||
|
@@ -184,9 +182,8 @@ Then we start the parameter bridge with the previous topic. | |
|
||
``` | ||
# Shell D: | ||
. /opt/ros/melodic/setup.bash | ||
. ~/bridge_ws/install/setup.bash | ||
parameter_bridge /default/camera/link/camera/image@sensor_msgs/[email protected] | ||
rosrun ros1_ign_bridge parameter_bridge /default/camera/link/camera/image@sensor_msgs/[email protected] | ||
``` | ||
|
||
Now we start the ROS 1 GUI: | ||
|