how to run ROS program with eclipse
I can compile the ros node in eclipse,but I don't know how to run the node,if anyone know how to do it ,please tell me ,thank you very much.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I can compile the ros node in eclipse,but I don't know how to run the node,if anyone know how to do it ,please tell me ,thank you very much.
I had this problem recently what I found was that in the run configuration you need to direct the eclipse to the binary. Check if you have the path to the binary and verify the binary is present in the place. it will be something like this
/home/username/catkin_ws/devel/lib/package_name/executable_name
I also recommend you to follow this answer
Asked: 2015-12-24 01:49:25 -0600
Seen: 349 times
Last updated: Dec 24 '15
How can I debug a ros2 node using Qt creator?
Eclipse Debug error: Problem occurred [closed]
Why should we use destroy_node() for Python nodes in ROS2?
How can I react to node/nodelet shutdown?
How to disable the output of one node
Autonomous navigation with Turtlebot3 algorithm
How to create subscriber in a publisher
How to list the parameters of a node and the value of that parameter?
CMakeLists.txt and package.xml files of ros image to cv image conversion