Robotics StackExchange | Archived questions

roslaunch in qt creator

Hi, how do I run roslaunch on qtcreator (IDE) for xenial? I don't see an option for roslaunch. The only run configuration that I see is custom executable (besides the package executable).

Asked by zaddan on 2019-03-21 09:45:11 UTC

Comments

Answers

This might be somewhat obvious, but my workaround at the moment is to pass the roslaunch execlutable (/opt/ros/kinetic(ros distro basically)/bin/roslaunch as the "custom executable" and then pass the package name and package.launch as the command line argumnets.

Asked by zaddan on 2019-03-21 10:50:07 UTC

Comments