ROS

From Review or Discard at Will
Revision as of 19:30, 2 June 2017 by Jeffa (talk | contribs) (adding roscd)
Jump to: navigation, search

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
  • jeffa@lunar:~$ source ~/catkin_ws/devel/setup.bash
  • jeffa@lunar:~$ rosrun roscpp_tutorials listener
  • jeffa@lunar:~$ rosrun roscpp_tutorials talker
  • jeffa@lunar:~$ roscd roscpp_tutorials