Open mindThomas opened 3 years ago
I also have this issue, tried adding 99-realsense-libusb.rules but still is not working. Have you found a solution to this?
We have the same issue, can this be voted up?
I have the same issue, did anyone find a solution?
I am having the same issue with L515
I have the issue with T265, like this (messenger-libusb.cpp:66) bulk_transfer returned error, endpoint: 0x1, error: Resource temporarily unavailable, err. num: 11 16/12 19:11:48,849 ERROR [140109830334336] (tm-boot.h:39) Error booting T265
same problem here. connected both D435 and T265 to jetson Xavier NX. cameras plugged in since boot. running launch file gives this:
[ INFO] [1662136427.540904608]: Initializing nodelet with 6 worker threads.
[ INFO] [1662136427.578431628]: Initializing nodelet with 6 worker threads.
[ INFO] [1662136429.889206674]: RealSense ROS v2.3.1
[ INFO] [1662136429.889347819]: Built with LibRealSense v2.49.0
[ INFO] [1662136429.889444454]: Running with LibRealSense v2.49.0
[ INFO] [1662136430.780547200]: RealSense ROS v2.3.1
[ INFO] [1662136430.780701976]: Built with LibRealSense v2.49.0
[ INFO] [1662136430.780789715]: Running with LibRealSense v2.49.0
02/09 16:33:50,882 ERROR [547272782208] (handle-libusb.h:95) failed to claim usb interface: 0, error: RS2_USB_STATUS_BUSY
02/09 16:33:50,882 ERROR [547272782208] (tm-boot.h:42) Failed to open T265 zero interface
02/09 16:33:50,997 WARNING [547767697792] (messenger-libusb.cpp:66) bulk_transfer returned error, endpoint: 0x1, error: No data available, err. num: 61
02/09 16:33:50,997 ERROR [547767697792] (tm-boot.h:39) Error booting T265
[ INFO] [1662136432.911466095]:
[ INFO] [1662136433.124486820]:
[ WARN] [1662136433.148843302]: Device 1/1 failed with exception: failed to set power state
[ERROR] [1662136433.149043643]: The requested device with is NOT found. Will Try again.
02/09 16:33:53,146 ERROR [547532824960] (handle-libusb.h:95) failed to claim usb interface: 0, error: RS2_USB_STATUS_BUSY
02/09 16:33:53,146 ERROR [547767697792] (sensor.cpp:537) acquire_power failed: failed to set power state
02/09 16:33:53,148 WARNING [547767697792] (rs.cpp:308) null pointer passed for argument "device"
[ INFO] [1662136433.286938423]: Device with serial number 138422071334 was found.
My T265 has the same problem only on Orange Pi Zero 2 which only has USB2.0 port But D435i works well the T265 works well at USB2.1 on mt laptop
bulk_transfer returned error endpoint:0x1 Resource temporarily unavailable err num 11 error booting T265
I have the same problem
我也是这个问题,请问解决了吗
My T265 has the same problem only on Orange Pi Zero 2 which only has USB2.0 port But D435i works well the T265 works well at USB2.1 on mt laptop
bulk_transfer returned error endpoint:0x1 Resource temporarily unavailable err num 11 error booting T265
I met the same quesetion. Have you resolved the issue?
My T265 has the same problem only on Orange Pi Zero 2 which only has USB2.0 port But D435i works well the T265 works well at USB2.1 on mt laptop bulk_transfer returned error endpoint:0x1 Resource temporarily unavailable err num 11 error booting T265
I met the same quesetion. Have you resolved the issue?
I have to use the usb 3.0 on rasberryPi4B instead. I don't know if any usb3.0 works.
Hi. I am currently trying to set up both the D435 and T265 on a Jetson TX2 platform with JetPack 4.4.1 (Ubuntu 18.04 with ROS Melodic). I have connected both the D435 and T265 to an externally powered USB 3.0 hub. When I run the launch file for just one of the cameras everything works fine (as long as I do it as the first thing after booting the system, I.e. having tried to run both cameras). But if I try to run the combined launch file which launches a nodelet for each camera a lot of USB errors are thrown for T265.
The errors include:
And with these errors thrown once there is no other way to recover than to reboot the system. If I try to rerun the nodes (launch file) I am just getting the following errors:
Any clues on what to do?
Best regards Thomas Jespersen