ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I've regularly debugged nodes inside of Eclipse. Is there a particular reason you need to launch your node with roslaunch? If you can launch it separately you should be able to create the eclipse project around your package with make eclipse-project, add it, compile it, and then run it in debug mode.