Difference between revisions of "ROS"
(initial creation) |
(add syntax for talker / listener) |
||
Line 1: | Line 1: | ||
{{blockquote| At the time this page primarily exists to jog my memory of specific commands and resources as I drink from the initial fire hose of learning ROS.}} | {{blockquote| At the time this page primarily exists to jog my memory of specific commands and resources as I drink from the initial fire hose of learning ROS.}} | ||
+ | jeffa@lunar$ | ||
* export ROS_MASTER_URI=http://lunar:11311 | * export ROS_MASTER_URI=http://lunar:11311 | ||
* source ~/catkin_ws/devel/setup.bash | * source ~/catkin_ws/devel/setup.bash | ||
+ | |||
+ | * rosrun roscpp_tutorials listener | ||
+ | * rosrun roscpp_tutorials talker |
Revision as of 13:31, 2 June 2017
At the time this page primarily exists to jog my memory of specific commands and resources as I drink from the initial fire hose of learning ROS.
jeffa@lunar$
- export ROS_MASTER_URI=http://lunar:11311
- source ~/catkin_ws/devel/setup.bash
- rosrun roscpp_tutorials listener
- rosrun roscpp_tutorials talker