realsense-ros: control_transfer returned error, index: 768, error: No data available, number: 61
Required Info | |
---|---|
Camera Model | D435i |
Firmware Version | 05.12.07.100 |
Operating System & Version | Ubuntu 18.04 LTS |
Kernel Version (Linux Only) | 4.9.140-tegra |
Platform | Nvidia Jetson Xavier |
SDK Version | 2.38.1 |
Language | C++ |
when I run roslaunch rs_camera.launch
I get the following errors:
02/11 18:42:56,885 WARNING [546962383232] (messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: No data available, number: 61
When I open the realsense-viewer I get the following error:
UNKNOWN in rs2_create_device(info_list:0x55a7a85640, index:0): failed to set power state
When I run rs-enumerate-devices
I get the following error:
02/11 18:46:45,465 ERROR [547522572064] (handle-libusb.h:95) failed to claim usb interface: 0, error: RS2_USB_STATUS_BUSY Could not create device - failed to set power state . Check SDK logs for details
Finally when I run dmesg --follow
I get the following results:
[27624.311310] input: Intel(R) RealSense(TM) Depth Ca as /devices/3610000.xhci/usb2/2-3/2-3:1.0/input/input27 [27624.311976] uvcvideo: Unknown video format 36315752-1a66-a242-9065-d01814a8ef8a [27624.311986] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 435i (8086:0b3a) [27624.314470] uvcvideo: Unable to create debugfs 2-6 directory. [27624.314685] uvcvideo 2-3:1.3: Entity type for entity Processing 7 was not initialized! [27624.314866] uvcvideo 2-3:1.3: Entity type for entity Extension 8 was not initialized! [27624.315003] uvcvideo 2-3:1.3: Entity type for entity Camera 6 was not initialized! [27624.376319] hid-sensor-hub 0003:8086:0B3A.0016: No report with id 0xffffffff found
Any idea what my error could be?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15
Hi Marty,
I am facing the same issue and I have tried these steps but I am not able to troubleshoot where I am wrong. Can you please help me as well? Below I am stating my error:
If the topics are publishing correctly in RViz and performance does not seem to be degraded then it is likely safe to ignore the control_transfer returned errors. If they only appear at launch, or appear one or two times a minute after launch, then they should not be a problem.