ros-industrial/ros_qtc_plugin

ROS Run Configuration is empty

christian-rauch opened this issue · 4 comments

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 #444, where there build steps did not show any widget to configure the build process.

i meet this problem how can i resovle it?

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

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

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.