-
Notifications
You must be signed in to change notification settings - Fork 552
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
Error, unexpected error, code: 80008004 #148
Comments
@hfcaio Not yet, a colleague of mine has told me it might be a driver problem, because I'm using a custom ubuntu image. In my case it doesn't detect the usbtty of the lidar, that might be your problem as well. Check it out just in case. |
I had the same problem yesterday when I passed the usb device into docker like this: But when I passed the device into the container using the --device option, the ros2 node worked flawlessly: |
@wette The thing for me is that I don't get the board to detect the ttyUSB. |
@Vicenbs what is the output of dmsg when connecting the lidar to your computer? It may also be a power problem: does your USB port provide enough power to the lidar? |
@wette Yes, i provide the power with the usb, but some colleagues of mine have done it this way with this same lidar and it worked for them, the actual problem seems to be the drivers, because as i'm working on an ubuntu image for risc-v it didn't come with them installed. |
If I remember correctly, for me it was a power issue. I had the Lidar connected to a Raspberry Pi 5 powered by a 3A USB power supply, which was not powerful enough.
|
I also have the same issue as follows
But I can see the device is detected.
Any idea how to fix this issue? I don't think this is power issue for me. |
This works for me, try out. cd <ros2-ws>/src
git clone -b ros2 https://github.com/Slamtec/rplidar_ros.git
cd ../
colcon build
source install/local_setup.bash
cd /dev
sudo chmod 777 ttyUSB0
ros2 launch rplidar_ros <your-prefer-launch-file> |
Me, as well.
|
I'm trying to make work a Rplidar A1M8. I've go it connected to an adapter card that makes it work with usb. I'm using a StarFive VisionFive2 with Ubuntu 22.04 and ROS2 Humble. I keep getting this tipe of message:
[INFO] [1704282704.950001785] [rplidar_node]: RPLidar running on ROS2 package rplidar_ros. RPLIDAR SDK Version:2.1.0
[ERROR] [1704282704.951693294] [rplidar_node]: Error, unexpected error, code: 80008004
[ros2run]: Process exited with failure 255
Does anyone know what does this error mean and how to solve it?
The text was updated successfully, but these errors were encountered: