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

Revision history [back]

You cannot start a node using rosrun and the binary executable directly.

What you should do to deploy a node to a new target is to setup the installation parameters in your CMakeLists.txt as described here and run:

catkin_make install

Then you can copy the package directory containing only the install directory. If you then source this new work space you'll be able to rosrun your node.