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

Revision history [back]

Faced same thing. But I just did launch-prefix="xterm -e gdb --args" instead of launch-prefix="gdb -ex run --args". The former opens gdb in a different xterm window, and you can type in "run". That worked for me