You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- "test_msgs", package not found -> CMakeLists.txt:87 .
I assume that this is a testing repo so I just deleted this line
2- Following that I found another issue which is:
CMake Error at src/devices/rangefinder2D_nws_ros2/CMakeLists.txt:14 (generateDeviceParamsParser):
Unknown CMake command "generateDeviceParamsParser".
Is there a flag I need to set it ON while building yarp (superbuild) ?
OS: Ubuntu jammy 22.04 (Ros2 Docker image)
superbuild v2024.08.0 (installed inside the docker image)
The I am trying to install this repo from inside the docker
Thanks in advance
The text was updated successfully, but these errors were encountered:
1- "test_msgs", package not found -> CMakeLists.txt:87 .
I assume that this is a testing repo so I just deleted this line
Which ROS 2 distribution are you using? You need to install also the ros-${ROS_DISTRO}-test-msgs to build yarp-devices-ros2.
2- Following that I found another issue which is:
CMake Error at src/devices/rangefinder2D_nws_ros2/CMakeLists.txt:14 (generateDeviceParamsParser):
Unknown CMake command "generateDeviceParamsParser".
Dear all,
I am trying to try using icub with ROS2 using moveit repo -> https://github.com/icub-tech-iit/xcub-moveit2
I found some errors while building this repository.
1- "test_msgs", package not found -> CMakeLists.txt:87 .
I assume that this is a testing repo so I just deleted this line
2- Following that I found another issue which is:
CMake Error at src/devices/rangefinder2D_nws_ros2/CMakeLists.txt:14 (generateDeviceParamsParser):
Unknown CMake command "generateDeviceParamsParser".
Is there a flag I need to set it ON while building yarp (superbuild) ?
OS: Ubuntu jammy 22.04 (Ros2 Docker image)
superbuild v2024.08.0 (installed inside the docker image)
The I am trying to install this repo from inside the docker
Thanks in advance
The text was updated successfully, but these errors were encountered: