Last active
June 26, 2017 13:28
-
-
Save kor01/b3a670380ac1a93648be430b64b315aa to your computer and use it in GitHub Desktop.
[ros nodes] ros nodes #ros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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