-
Notifications
You must be signed in to change notification settings - Fork 1.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
D435i rs_camera.launch results in (uvc-streamer.cpp:106) uvc streamer watchdog triggered on endpoint: 132 with no messages being published thereafter #2149
Comments
Hi @Likhith-Sugganahalli The control_transfer returned warnings can be ignored if they are only appearing at the start of launch or appearing about once a minute instead of generating continuously. The topics may still be able to be correctly published in RViz even if these messages appear. If the control_transfer returned warnings are generated continuously though then this may indicate a serious communication problem with the device. As a starting point in investigating your case, could you test please whether adding initial_reset:=true to your roslaunchh instruction to reset the camera at launch makes a positive difference, please? For example: roslaunch realsense2_camera rs_camera.launch initial_reset:=true |
@MartyG-RealSense thanks a lot for the prompt reply, i did as you suggested, but |
Thank you very much. Next, could you try the launch instruction below with a custom stream configuration that only provides low-resolution depth at 640x480 and 15 FPS. A custom stream configuration overrides the defaults that are applied during launch. This should provide insights about whether or not the default stream configuration is causing problems with the launch. roslaunch realsense2_camera rs_camera.launch depth_width:=640 depth_height:=480 depth_fps:=15 |
@MartyG-RealSense |
Thanks very much for the further information. Are you using the official 1 meter USB cable supplied with the camera or a longer cable of your own choice? |
@MartyG-RealSense |
The realsense-viewer program runs directly in the librealsense SDK, whilst the RealSense ROS wrapper runs as a compatibility layer on top of librealsense. The ROS wrapper also handles some processes differently from a librealsense program in order to maintain compatibility with ROS. So it is common for the camera to work fine with realsense-viewer even if it is having problems with launching in ROS. Would it be possible to test the camera when directly connected to the Jetson with the short official cable instead of using the extender in order to eliminate the extender cable as a cause of the problem on Jetson, please? |
@MartyG-RealSense hey, thanks a lot for your help, it seems when i change both depth and color resolutions now with fps set to 15 it works, not sure if i hadnt tried this out before, thanks a lot for your help, again |
That's excellent news, @Likhith-Sugganahalli - thanks very much for the update :) |
Hi, I am having the exact same problem, here is my config:
can somebody help me? |
Hi @sasilva1998 Do you have an Nvidia Jetson like @Likhith-Sugganahalli did, please? If you do have a Jetson, do the errors disappear if you set enable_pointcloud to False instead of true? There are known issues with pointcloud generation on Jetson boards specifically that do not occur if pointcloud is not enabled or if the pointcloud is generated on a non-Jetson device such as a PC. Further information about this can be found at #1967 |
Hi, in my case I have a Jetson Nano, I haven't tried setting |
Just tried setting
I get this output continously:
I will try an older version of sdk and ros wrapper which worked for me a year ago. |
Okay, thanks very much @sasilva1998 - I look forward to the results of your test of an older SDK and ROS wrapper. It has previously been reported by a RealSense ROS Jetson user at #1967 (comment) that a combination of SDK 2.43.0 built with CUDA support and wrapper 2.2.23 resolved their Jetson pointcloud problem in their particular case. Good luck! |
Hi @MartyG-RealSense I'm getting this error. Here are the commands I ran to install ros wrapper.I'm using D435i. Is this correct? |
Hi @anujpatel1608 If you use sudo apt-get install ros-$ROS_DISTRO-realsense2-camera then this instruction installs both librealsense and the ROS wrapper from packages at the same time. There is therefore no need to perform the instructions after this line as you would be installing librealsense a second time and risking a conflict between two separate librealsense versions on the same computer. |
HI @MartyG-RealSense I ran that command and referred another post where fps was being set to 6 and filters:=pointcloud was set along with initial reset. This worked for me.Thanks! |
That's great news that you were successful, @anujpatel1608 - thanks very much for the update :) |
rosdistro: melodic
RealSense ROS v2.3.1
Built with LibRealSense v2.48.0
Running with LibRealSense v2.48.0
Device USB type: 3.2
device running on is a nvidia jetson xavier nx
the camera is also plugged into a powered usb
after uvc streamer watchdog triggers on endpoint 132, no message is published.
realsense-viewer works with no issue
please suggest a solution to the issue
The text was updated successfully, but these errors were encountered: