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
Describe the bug
I was trying to get into ROS2 for a bit and had an LDLidar LD19 lying around, trying to make it work in ROS2 Iron.
I chose Iron as that was what the website suggested to use, as other versions are officially marked as EOL.
On compiling I got the following error:
ubuntu@raspi-ROS2:~/ros2_ws$ colcon build --symlink-install --cmake-args=-DCMAKE_BUILD_TYPE=Release
Starting >>> ldlidar_component
--- stderr: ldlidar_component
CMake Error at CMakeLists.txt:71 (message):
ROS2 iron is not officially supported by this package. Correct working is
not guarantee.
---
Failed <<< ldlidar_component [2.66s, exited with code 1]
Summary: 0 packages finished [4.14s]
1 package failed: ldlidar_component
1 package had stderr output: ldlidar_component
2 packages not processed
Desktop (please complete the following information):
OS: Ubuntu
ROS2 version: Iron
Device type: Rpi3B+
Is there a workaround method to get the code to compile anyway? Afaik the data coming out of the Lidar is a stream of bytes being piped in through a USB/TTY interface.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to get into ROS2 for a bit and had an LDLidar LD19 lying around, trying to make it work in ROS2 Iron.
I chose Iron as that was what the website suggested to use, as other versions are officially marked as EOL.
On compiling I got the following error:
Desktop (please complete the following information):
Is there a workaround method to get the code to compile anyway? Afaik the data coming out of the Lidar is a stream of bytes being piped in through a USB/TTY interface.
The text was updated successfully, but these errors were encountered: