OPEN ROS2 project on Qt creator

asked 2020-07-07 07:40:29 -0500

lorenzo gravatar image

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.

edit retag flag offensive close merge delete