Hi Everyone!
My setup
ROS Noetic
RTABMAP_ROS installed from binaries
Sensor: Azure Kinect
Topics subscribed /rgb_to_depth/image_raw + camera info
/depth/image_raw + camera info
/points2
Everything works fine with mapping, but in exported .ply files I have a "noise" or "points in the air". Points are more and more dense closer to the sensor and it makes them difficult to filter in post-processing so I would like to find a cause of this.
Here is the exported .ply with points in the air which has the same color as obstacle in the background behind them

Here are the yelow points which I suppose are the same "air points" but in rtabmapviz

and with different background color to show the black dots in the air

I don't know if I should use some specific filter in rtabmap.ini file or change the topics. I thought that I will deal with it by scan_cloud but it didn't help.
I will be more than thankfull for every idea how to improve the final pointcloud.
UPDATE:
is RTABMAP generate the pointcloud from /voxel_cloud topic? because voxel_cloud is messed by the colored data from the visual odometry

Hi Everyone!
My setup
ROS Noetic
RTABMAP_ROS installed from binaries
Sensor: Azure Kinect
Topics subscribed /rgb_to_depth/image_raw + camera info
/depth/image_raw + camera info
/points2
Everything works fine with mapping, but in exported .ply files I have a "noise" or "points in the air". Points are more and more dense closer to the sensor and it makes them difficult to filter in post-processing so I would like to find a cause of this.
Here is the exported .ply with points in the air which has the same color as obstacle in the background behind them

Here are the yelow points which I suppose are the same "air points" but in rtabmapviz

and with different background color to show the black dots in the air

I don't know if I should use some specific filter in rtabmap.ini file or change the topics. I thought that I will deal with it by scan_cloud but it didn't help.
I will be more than thankfull for every idea how to improve the final pointcloud.
UPDATE:
is RTABMAP generate the pointcloud from /voxel_cloud topic? because voxel_cloud is messed by the colored data from the visual odometry