YDLIDAR / YDLidar-SDK

Driver for receiving YD LiDAR data and more...
Other
134 stars 243 forks source link

Followed the install instruction from github but not working(ubuntu 20.04) #10

Open alienshek337 opened 3 years ago

alienshek337 commented 3 years ago

I built and installed the YDLidar-SDK, when I plugged the lidar and run the example test, it successfully find the serial port but it came out error after no matter I choose which baudrate, one-way communication and scan frequency.

My system: ubuntu 20.04

Screenshot 2021-08-03 191210

JazzyFeng commented 3 years ago

same problem. Do you find the way to work out?

TypHo22 commented 2 years ago

have also exactly the same issue. Ubuntu 20.04.2 LTS here with a x4 lidar

image

TypHo22 commented 2 years ago

@JazzyFeng @alienshek337 have you found a workaround for this? @yangfuyuan
is it planned to get it running on Ubuntu 20.04 ? Or do we have to downgrade our systems?

TypHo22 commented 2 years ago

@JazzyFeng @alienshek337

I could solve the issue. Execute with root privilegs ;-) sudo ./ydlidar_test

JazzyFeng commented 2 years ago

@JazzyFeng @alienshek337

I could solve the issue. Execute with root privilegs ;-) sudo ./ydlidar_test

Great job! Thanks for letting me know that. I will try it tomorrow