-
Notifications
You must be signed in to change notification settings - Fork 126
Wrong body size #36
Comments
Update: Slamtec says that this may be due to the default scan mode being changed to boost mode in firmware 1.29. They say that they do not support Python(!) and are not intending to fix these libraries. They say it's up to us to fix them ourselves :-( |
solve this problem |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i run the command: for meas in lidar.iter_measurments():
it's occur the
Traceback (most recent call last):
File "/home/nx/Desktop/rplidar/simple.py", line 15, in
for meas in lidar.iter_measurments():
File "/home/nx/.local/lib/python3.6/site-packages/rplidar.py", line 323, in iter_measurments
raw = self._read_response(dsize)
File "/home/nx/.local/lib/python3.6/site-packages/rplidar.py", line 199, in _read_response
raise RPLidarException('Wrong body size')
rplidar.RPLidarException: Wrong body size
i have read some solutions ,but it also occur sometimes . my pyserial version is 3.4.Thank you for your read
The text was updated successfully, but these errors were encountered: