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.
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-12-24 01:49:25 -0500
Seen: 206 times
Last updated: Dec 24 '15
How can I debug a ros2 node using Qt creator?
How to use Eclipse IDE for developing Ros2 packages?
writing first node, have some questions about the Subscriber
catkin_create_pkg package into github with eclipse
Specifying Order to Kill Nodes when Launch File is Killed
Get articulation from/to Rviz (Communicate with Rviz)
ROS2 subs/pubs stop working after node restart