-
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
Issue with Unstable Topic Frequency in ROS2 Driver Compared to ROS1 #3232
Comments
Hi @Liu-Jinxin There was a case at #3105 a couple of months ago about low performance from a compressed depth topic when using the ROS2 wrapper. After a lot of discussion and investigation, one of my Intel RealSense colleagues published a recommendation at #3105 (comment) |
Thank you for your suggestion and the information shared! Following your advice, I conducted some tests and discovered a very peculiar issue with the frequency.
Specifically, after each normal publish, my compressed image gets published again with a very short interval. I have logged the intervals as follows, hoping to gain further insights or suggestions on this matter.
I also use topic hz to test
|
Have you installed the image transport plugin designed for Humble using the instruction below, please?
|
Hi @MartyG-RealSense, yes I have,
|
I have highlighted your case to my Intel RealSense colleagues on the ROS team. Thanks very much for your patience! |
Hi again @Liu-Jinxin My Intel RealSense colleagues have an existing internal development ticket open related to the issue with ROS2 compressed topics described at #3105 and they have added your case to the ticket. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
Description
I have conducted tests on the same Intel RealSense D435i camera, with the same computer, comparing ROS Noetic (ROS1) and ROS2 Humble. While testing the
compressed image
topic, I noticed that the frequency stability in ROS1 is quite consistent and satisfactory. However, in ROS2 Humble, the frequency is significantly less stable.Questions
Any advice or suggestions would be greatly appreciated as I continue to integrate ROS2 into my projects.
Thanks for your support and looking forward to your insights!
Noetic:
Humble:
The text was updated successfully, but these errors were encountered: