Skip to content
Discussion options

You must be logged in to vote

Realsense gives you rgb and depth images. Before visualizing something on rviz, you have to compute a pointcloud. You can use: https://github.com/robotology/yarp-devices-ros2/tree/master/src%2Fdevices%2FrgbdToPointCloudSensor_nws_ros2.
Since poincloud is an expensive datatype in terms of used memory and bandwidth, it is highly recommended to transmit over the network compressed rgb and depth images, and create the pointcloud locally, as the final step of the pipeline.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pattacini
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants