ros-industrial / ros_qtc_plugin

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

ROS Run Configuration is empty #459

Open christian-rauch opened 2 years ago

christian-rauch commented 2 years ago

The "ROS Run Configuration" in the "Build & Run" settings is empty:

qtc_emtpy_run_step

I think this is supposed to show configurations for the package and the node.

The issue is similar to https://github.com/ros-industrial/ros_qtc_plugin/issues/444, where there build steps did not show any widget to configure the build process.

imNANusing commented 2 years ago

i meet this problem how can i resovle it?

christian-rauch commented 2 years ago

As a workaround, you can run the node executable manually via "Custom Executable": Screenshot from 2022-04-11 14-36-55

zaviershi commented 1 year ago

The same problem. QTCreator 8.0.1, QT 6.2.4, ROS2 humble. Did the bug fixed now?

christian-rauch commented 1 year ago

If you are running the latest version and still have an issue, then it's likely that the issue has not been fixed yet :-) I don't think I will spend time on fixing that issue as I use to run my nodes via the executables (and not via roslaunch or rosrun) anyway. But I am happy to review a PR that fixes this issue.