-
Notifications
You must be signed in to change notification settings - Fork 1
Nodes
Pablo Castellanos edited this page Oct 30, 2020
·
6 revisions
launch roscore: roscore
list nodes: rosnode list
node info: rosnode info [node_name]
launch a launcher: roslauch [package_name] [laucher_name]
run a node: rosrun [package_name][node_name]
visualize the graph tree of the nodes: rqt_graph
ROS BASIC WIKI