Dear all,
right now I have a hard time to operate my RPLidar S2 from Python. I tried two libs but they are not stable for one major reason I found out when I tried to write my own lib: The SLAMTEC protocol doesn’t give you any chance to sync again if a transmission error (loosing a byte or so) occurs, no safe sync marker.
I am not able to read a whole scan sweep w/o problems!
The SLAMTEC documentation on one hand seems to be outdated. For instance, nowhere I could find, that the S2 communicates with 1MBaud instead of the 115400 as set as default in all libs.
OTOH on https://github.com/Slamtec/rplidar_sdk they advertise a completely different (and new?) protocol. But that does not work at all.
What I wonder now is: Is there anyone operating an RPLidar S2 (on a Raspberry Pi) from Python? Which lib do you use? What’s your experiences? Any hints or pointers to additional, helpful dox?
Best regards
poseidon62