realsense pointcloud
Hello. I am using a realsense camera. I have a question. Whether it is possible to filter the cloud of points obtained and depth image?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Hello. I am using a realsense camera. I have a question. Whether it is possible to filter the cloud of points obtained and depth image?
Hello,
Whether it is possible to filter the cloud of points
Yes, it is possible to filter the cloud point, what you can do you just subscribe to the point cloud topic and you can process the point cloud according to your requirement. I found this link it may be helpful to you.
filter for depth image
The realsense_camera driver is also providing filters for depth stream. They are disparity, spatial, temporal, hole_filling, and decimation. You can get details information in the below two links.
You can comment if you have more doubt about this.
I can also recommend voxel grid filter to downsample massive point cloud data produced by RGBD cameras, which you can learn more about here.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-04-28 13:49:46 -0500
Seen: 531 times
Last updated: Dec 28 '22
Adding gazebo_ros_camera to gazebo model
How to implement velocity control? [closed]
Use ABB's SafeMove with ROS and the add_driver?
How do I convert odom and pose information to grid location on occupancygrid map [closed]
Connecting and Publishing from QtCreator to ROS