-
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
uvc streamer watchdog triggered on endpoint #2191
Comments
Hi @Zkjoker Could you check whether you have the ability to change Color Transformer options in RViz on your Jetson TX2 when the pointcloud is enabled, as described in #1967 (comment) |
No,there is nothing. In fact, I have used the method: And I found another method: I found that many people have this problem in the issues. Have you ever bought an ARM computer such as TX2 and Xavier for testing? It seems to be a bug, and not because of the computing performance of the platform. |
There is another case at #2087 regarding a RealSense ROS user with a Jetson TX2 who had problems only when the pointcloud filter was enabled. In that discussion, the user found that their performance improved if they used a roslaunch instruction with a custom stream configuration that was suggested to them in #2087 (comment) (though the FPS could still drop if the CPU became busy). In addition to TX2, there have been a small number of issues reported for other Jetson models such as Xavier when generating pointclouds in the ROS wrapper. It is not clear why this phenomenon occurs on Jetson board models. Could you also try adding initial_reset:=true to your roslaunch instruction please to reset the camera at launch in order to see whether it has a positive effect on the performance of your TX2's pointcloud generation. |
@MartyG-RealSense Thank you for your relpy. I have searched the problem in the issues, and tried different method. In #2078 , the command is: In fact I also don't want to use the Jetson model, many programs that work on AMD computers do not work here. But for robot, it is a common host computer option. I still hope you can pay attention to it because if the ROS driver cannot be used on the robot, this driver will become meaningless. Really thank you for your reply! |
848x480 depth and 1280x720 color will work with D455 too, as the D455 is like an improved D435i. The main difference between the two models in regard to FPS is that the minimum FPS on D455 is '5' instead of '6'. If you would prefer not to use Jetson for robotics then there are other options for robotics applications. A RealSense-compatible example of a board suitable for robotics is the Up Board. https://up-shop.org/boards-modules/boards-modules.html Intel also produce a range of computing equipment suitable for industrial applications called NUC that is available in a wide range of low to high end configurations and price points and form factors (board, partially completed kit and ready to run PC) and are small enough to fit onto a mobile robot. https://www.intel.com/content/www/us/en/products/details/nuc.html |
Hi @Zkjoker Do you require further assistance with this case, please? Thanks! |
of course, I still hope you can find a real way to solve the problem in tx2 or Xavier. |
A RealSense ROS user at #1964 who had a Jetson Xavier AGX had very high CPU usage when the pointcloud was enabled. They reduced CPU usage significantly by applying a Decimation Filter, at the cost of a reduction in resolution. |
Hi @Zkjoker Do you have an update about this case that you can provide, please? Was the comment above about applying a Decimation Filter helpful? Thanks! |
Recently, I can't debug due to my business trip. I'm very sorry. I can't tell you whether this method is effective. |
Okay, that is fine. Please do update when you are able to do debugging work again. Thanks! |
Case closed due to no further comments received. |
My camera is D435i, and can't use filters:=pointcloud.
If I use:
roslaunch realsense_camera2 rs_camera.launch
, it will be ok , and every thing goes well, no matter in the laptop or Tx2.But when I use:
roslaunch realsense_camera2 rs_camera.launch filters:=pointcloud
, in my laptop, I can see the pointcloud in the rviz. However, in my TX2, it raise an error, "uvc streamer watchdog triggered on endpoint". I have tried many solutions in the issues, but the error never changed. (for example changed the fps to 15)I wonder if you have identified the problem and what solutions are available??
The text was updated successfully, but these errors were encountered: