-
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
control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 #10902
Comments
Hi @amrapalikhandare2 Does the number of control_transfer returned warnings reduce if you add initial_reset:=true to your launch instruction to reset the camera at launch, please? ros2 launch realsense2_camera rs_launch.py initial_reset:=true |
They reduced a little but it was not a significant reduction. |
How many warnings do you receive if you launch with ros2 run instead of ros2 launch?
|
I received the warning once if I launch with ros2 run.
|
If the warning is only received a small number of times during launch and then stops, or only appears once or twice per minute after launch, then it can be safely ignored. |
I get 15-20 warnings just after launch and then 6-7 warnings at a interval of 1-1.5 minutes continuously. |
6-7 warnings after launch every 1 to 1.5 minutes likely falls into the 'safe' category. Ultimately, if performance does not seem to be degraded despite the warnings being generated then I would recommend ignoring them. |
Performance degrades after some time and then camera is disconnected. |
The Resource temporarily unavailable type of control_transfer returned error indicates a communication problem between the camera and computer. Is the camera connected directly to the Jetson board or attached to a USB hub? |
The camera is connected directly to the Jetson board. |
Degradation of performance over time and then disconnection could be a symptom of a memory leak. This is where the computer's available memory is consumed over time until a program becomes unstable. Would it be possible to use an Ubuntu system monitoring tool such as htop to monitor the amount of free memory over time and see whether the memory is reducing whilst the roslaunch is active, please? |
Hi @amrapalikhandare2 Do you require further assistance with this case, please? Thanks! |
No, this issue does not occur on Jetpack 4.6 which has ubuntu kernel 4.9, so I am using that. Thanks. |
You are very welcome. As you do not require further assistance, I will close this case. Thanks for the update! |
Issue Description
After launching by command
ros2 launch realsense2_camera rs_launch.py
I keep getting the error
Following is the full output that displays after launching the camera
The text was updated successfully, but these errors were encountered: