ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

Qt Creator 13 #495

Closed christian-rauch closed 5 months ago

christian-rauch commented 6 months ago

With this PR I am also adding the option to use a plain colcon environment without a ROS installation. In this case, the environment will only consist of QProcessEnvironment::systemEnvironment(). However, if Qt Creator is started in an already source ROS environment, then this will also contain this sourced ROS environment even when none is selected.

Fixes https://github.com/ros-industrial/ros_qtc_plugin/issues/492.