-
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
cannot subscribe to point cloud in RViz when use_intra_process_comms #2596
Comments
Hi @christian-rauch The RealSense ROS wrapper provides instructions at the link below for intra_process_comms. https://github.com/IntelRealSense/realsense-ros#efficient-intra-process-communication Known limitations of the process include the In regard to the static_tf issue, a RealSense ROS user submitted a PR to work around this limitation at #2381 |
I don't see the point cloud messages mentioned in this documentation. With I noticed that RViz prints |
The last time that I handled a |
This issue indeed seems to be caused by the missing transformations on |
That's great to hear that you found a solution, @christian-rauch - thanks very much for the update :) |
Closing this since the PR that fixes this issue has been merged. |
Thanks very much @christian-rauch for the update! |
When I set
use_intra_process_comms
to true, it is not possible to subscribe to the point cloud in RViz2 via the/depth/color/points
topic. But it is possible to subscribe to the images.I assume this is because the point cloud message
_msg_pointcloud
is not published as unique shared pointer like the image messages.The text was updated successfully, but these errors were encountered: