-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
No RealSense devices were found after Reboot [Unitree A1] #13414
Comments
Hi @Jellal-17 In rare cases the camera may not be detected after a reboot, but is detected if the computer is shut down and then restarted with the power button. Have you tried a shutdown and boot from the power button to see whether it makes a difference to camera detection, please? |
Hello @MartyG-RealSense, Sorry for the late reply. Yes, I did switch it off from the power button and boot it. It was the same issue. |
I’ve removed the 'RobotVisionSystem' process from startup, and everything is working fine now. I will go ahead and close the issue. For Future ReferenceIf you are developing on the Unitree A1 for low-level control and need to access the camera, follow these steps: Navigate to the RobotVisionSystem directory: Restart the robot and check with: Alternatively, if you only need to access the camera for the current session: However, please note that killing the process might only work for a limited number of reboots. In my case, it stopped working after the first reboot, so I recommend the first method for a more permanent solution. |
It's great to hear that you achieved a solution, @Jellal-17 - thanks very much for the update and for sharing the details of your solution! |
Issue Description
Hello, I have a similar problem to this issue, though it is a bit further along the line. Replying to the comment, I have killed a process 'RobotVision', which is something the robot broadcasts through it's network, that was using the camera stream. It worked then. But after reboot, no matter what I do, the SDK doesn't detect the camera. I tried reinstalling the SDK, following some of the issues here and as the previous time, it worked before a reboot and the loop continues. So, the output of
rs-enumerate-devices
isNo device detected. Is it plugged in?
.I have also tried this, for the installation of the ROS wrapper, I have used this method 2.
The text was updated successfully, but these errors were encountered: