You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to use the debug-mode "Start and Debug External Application" on any ros-based executable, gdb complains about missing libraries. E.g. try to start the roscpp_tutorials talker:
/opt/ros/melodic/lib/roscpp_tutorials/talker: error while loading shared libraries: libroscpp.so: cannot open shared object file: No such file or directory
This prevents me from starting my nodes with gdb, which is quite useful.
This works fine when I run qtcreator_ros from terminal with sourced catkin workspace.
Btw, is it possible to debug launch-files with qtcreator_ros? Or easily start rosrun commands with gdb?
The text was updated successfully, but these errors were encountered:
If you have not build the project in Qt Creator then it environment is not setup for your workspace and the environment being passed to the process launching your process is not correct.
The Qt Creator environment is not being passed to the process used to launch the external application. This may be the intended behavior of this since it says external application. I typically use the two above this Attached to Started or Unstarted Application.
When I want to use the debug-mode "Start and Debug External Application" on any ros-based executable, gdb complains about missing libraries. E.g. try to start the roscpp_tutorials talker:
This prevents me from starting my nodes with gdb, which is quite useful.
This works fine when I run qtcreator_ros from terminal with sourced catkin workspace.
Btw, is it possible to debug launch-files with qtcreator_ros? Or easily start rosrun commands with gdb?
The text was updated successfully, but these errors were encountered: