Closed daan-schepers closed 3 years ago
I have the same issue since I upgraded from commit 7948540 to the latest c91fc10.
In the previous version, #find_package(control_msgs REQUIRED)
was commented out in tmr_driver/CMakeLists.txt
, and in the newest not anymore. When I comment it again, it builds without problem.
Hi @daan-schepers ! I managed to resolve the problem by running sudo apt install ros-foxy-control-msgs
, you could give it a try.
I also tried @janandries method of commenting out that line (and it works!) but unfortunately it causes some issues with running the moveit demo because of dependencies.
Hi there, I'm doing my graduation internship at VWCO (Techman europe) and i'm trying to use ROS2 on a Raspberry Pi 4 with the TM5-900. I can receive images with the AI vision tool, so the connection with the cobot can be made, but I cannot get 'tm_driver' to work.
When I install and Colcon build the TM-ROS2 Github page, I get the following error:
When I try to install and build the 'control_msgs' package from Github, I get an error that I do not have Catkin installed. But Catkin is not available for ROS2 so thats why we built with Colcon.
I'm quite stuck here... Do you know something that might help? Thanks in advance!