ros-industrial / ros_qtc_plugin

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

My Qt plugin can't recognize ros, can't jump to ros.h #388

Closed ghost closed 3 years ago

ghost commented 5 years ago

I got following warning in General Messages:

[ROS Warning] Unable to locate package add_bootup build file: /home/user/workspace/build/add_bootup/add_bootup.cbp.

This is weird, it works fine on the other computer

Levi-Armstrong commented 5 years ago

This is normal if the package does not contain c++ code. If it does include c++ code then this is an issue. The plugin uses the code block file to generate the internal code model.