-
Notifications
You must be signed in to change notification settings - Fork 551
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
Can not start scan: 80008002! #86
Comments
This code is generally for the Power requiremts. Is the lidar properly powered? There are 2 cables connected to the lidar, one for Data and one for power, if not connected try connecting it, Might get resolved |
Actually, the model mentioned, I have the same one, is powered and communicates through an external converter card that is supplied with the scanner. Plugging this USB card in to the RPI4 USB port for power and communication. My RPI4 is powered through the GPIO pins from an onboard controller. |
i get the same error, using virtualbox on a recent huawei laptop. |
My rplidar a1m1 was working very well with me MSI laptop and I was able to see the laser scan in rviz. When I plugged it on RPi4, rplidar wasn't sending out any data and I rplidar sdk gave the following error: theta: 359.99 Dist: 16383.75 Some people recommended changing connection cables but it only made the case worse for me, if not better. With another cable and rplidar sdk command: ./simple_grabber --channel --serial /dev/ttyUSB0 115200, Error, unexpected error, code: 80008004 I'm about to give up on this until I get back to my laptop. |
It is recommended to use a high-power power adapter to power Raspberry Pi 4 |
I am currently using a RPLidar A1 with a Raspberry Pi 4B and keep getting this error when i launch the ROS-node
[ INFO] [1653237839.801351212]: RPLIDAR running on ROS package rplidar_ros, SDK Version:2.0.0
[ INFO] [1653237839.850478884]: RPLIDAR S/N: E08CE7F2C1E29BF3C0E39EF6115F4936
[ INFO] [1653237839.850556255]: Firmware Ver: 1.15
[ INFO] [1653237839.850585624]: Hardware Rev:
[ INFO] [1653237839.901918818]: RPLidar health status : OK.
[ERROR] [1653237844.842084127]: Can not start scan: 80008002!
Some googling makes it seem like a power-issue, but after testing with three different usb-cables on the pi, as well as two separate computers the issue still persists. I guess all the usb cables may be awful, but it also seems like the ones with power issues got the error code
[ERROR] [1653237844.842084127]: Can not start scan: 80008000!
. Any tips on what the code means?The text was updated successfully, but these errors were encountered: