roscore
rosrun
We use it to run nodes and packages
rosrun turtlesim turtlesim_node
Here we will start a new turtle node on the screen
roservice call /spawn
This is spawn a new turtle on the screen
rostopic info /turtle1/pose
With the above one we will get the type of the message published in topic turtle1/pose