OPEN ROS2 project on Qt creator
Hi to every body. I am trying to open ROS2 project with Qt creator. I have already done this with ROS2 eloquent version and the procedure was:
- open a terminal
- source all the needed packages
- launch in the same terminal Qt creator
In this way Qt creator was able to find all the required packages and load the project correctly.
I was trying to do the same with ROS2 foxy version but it does not work: it finds all the packages but there is the following error:
Target <target_name> links to target "console_bridge::console_bridge" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
The package is correctly compiled with colcon build.