Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 961 Bytes

rosrun.md

File metadata and controls

74 lines (54 loc) · 961 Bytes

ROSRUN

Basic Use

Open a terminal and run,

roscore

Open a 2nd terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub publisher

Open a 3rd terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub subscriber

Open a 4th terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub publisher

With renaming

Open a terminal and run,

roscore

Open a 2nd terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub publisher __name:=publisher1

Open a 3rd terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub subscriber

Open a 4th terminal in the workspace root and run,

source devel/setup.bash
rosrun session3_pubsub publisher __name:=publisher2