ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Hi,

Welcome to the community!

Your issue is that you've not included a node to launch. The roslaunch syntax is:

rosrun <package name> <executable name>

So you've gotten the package name correct with turtlesim, but you're missing the actual node itself you're trying to run. For this demo, what you're looking for is:

rosrun turtlesim turtlesim_node

Happy ROSing

click to hide/show revision 2
No.2 Revision

Hi,

Welcome to the community!

Your issue is that you've not included a node to launch. run. The roslaunch rosrun syntax is:

rosrun <package name> <executable name>name>

So you've gotten the package name correct with turtlesim, but you're missing the actual node itself you're trying to run. For this demo, what you're looking for is:

rosrun turtlesim turtlesim_nodeturtlesim_node

Happy ROSing