Commands
The following page lists terminal commands (i.e. commands that can be run in bash/the shell) to control ROS.
Terminal Commands
Creates a new ROS master, parameter server, and a rosout logging node.
$ roscoreRuns a ROS application.
$ rosrun <package> <executable>Prints information about a node.
rosnode infoPrints a list of the active topics.
$ rostopic listPrints a topic’s messages.
$ rosnode echo /topicPublishes a message to a topic.
$ rostopic pub <arguments>