-
Notifications
You must be signed in to change notification settings - Fork 368
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
A3 crash with scan_mode Sensitivity #79
Comments
disable angle_compensate could resolve this |
maybe “ attribute((packed)) ” in rplidar_cmd.h #line204 cause this behave. |
Hi! Any news on this? I am also experiencing the same crash. It does not happen if you modify the launch file and use "Standard" as scan_mode instead of "Sensitivity" |
same problem. disable angle_compensate solves the problem. but I don't know why and assume the accuracy is affected by this... |
I found that both the Standard and Express mode work. However I would like the Sensitivity mode to work as well.. Disabling angle compensate prevents the crash from happening but makes the scan data unusable as shown below: (With express / standard option it looks as follows:) EDIT: What i reported above was using the package installed via aptitute (i.e. ros-kinetic-rplidar-ros). |
Had the same problem. Editing the scan mode in launch file (as mentioned above) helped. TLDR: CHANGE USB CABLE/ CHECK POWER DELIVERED TO THE SENSOR |
Looks a lot like Slamtec/rplidar_ros#1 and fixed by Slamtec/rplidar_ros#10 (although I'm not comfortable with the arbitrary number chosen to extend the buffer). I suspect this repo is deprecated now that the Slamtec one is there so this is FYI |
However ,scan_mode with stability is working.
The text was updated successfully, but these errors were encountered: