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

Revision history [back]

How did you run the the node? What is the exact command? This error seems like you were trying to execute a cpp file instead of the binary compiled by catkin. I guess you probably ran your node like this

rosrun package_name ensenso_tutorial.cpp

Replace ensenso_tutorial.cpp with your executable target in CMakeLists.txt