YDLIDAR / YDLidar-SDK

Driver for receiving YD LiDAR data and more...
Other
144 stars 258 forks source link

Solved: X4: examples/ydlidar_test.py, reports health ffffffff #23

Open slowrunner opened 2 years ago

slowrunner commented 2 years ago

What worked for me:

~/YDLidar/python/examples/ydlidar_test.py:

Changed :

laser.setlidaropt(ydlidar.LidarPropSerialBaudrate, 128000);  # was 230400
...
laser.setlidaropt(ydlidar.LidarPropSingleChannel, True);  # was False
VamshiKatukuri commented 8 months ago

Yes this works for me as well. Thanks for this suggestion.