Skip to content

Instantly share code, notes, and snippets.

@kor01
Last active June 26, 2017 13:28
Show Gist options
  • Save kor01/b3a670380ac1a93648be430b64b315aa to your computer and use it in GitHub Desktop.
Save kor01/b3a670380ac1a93648be430b64b315aa to your computer and use it in GitHub Desktop.
[ros nodes] ros nodes #ros
# start ros master + rosout + ps
roscore
# list all the running nodes
rosnode list
# get information
rosnode info /rosout
# run ros node
rosrun my_package my_node
# run nodes overide property
rosrun turtlesim turtlesim_node __name:=my_turtle
#ping rosnode
rosnode ping my_turtle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment