-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lidar question #37
Comments
Please note both waveshare and lidar might use similar device id/names. udev rules might be useless. We will need to specify the ports with by-path names. |
This is the lidar launch file, which start the lidar driver. https://github.com/linorobot/linorobot2/blob/humble/linorobot2_bringup/launch/lasers.launch.py Before connect lidar to linorbot2. You should run lidar view test program to see the lidar scan on rviz2. LDS-02 = LD08 driver |
I am able to build the ld08 driver with humble branch. But there is no view launch. You may try to view the scan on rviz2. The serial port assignment will be an problem as it uses cp2102 which is the same as waveshare. We will need to modify the driver src/main.cpp to use our lidar port. |
I now have waveshare + Raspi 4 + IMU working correctly, thanks!
Is WayPonDEV FHL-LD19 Plus 2D Lidar Sensor the same as DTOF LD19 Laser LiDAR Sensor Kit?
Can I somehow connect the Lidar directly without the USB connector? Either to the Pi or to the gendev?
I have an LDS-02 Lidar (from Robotis). It also has USB connector. How hard is it to make it work with gendev and your fork?
Thank you!
The text was updated successfully, but these errors were encountered: