rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

3D keypionts visualiser not showing

Open takahiko-hasegawa-hdjp opened this issue 2 years ago • 1 comments

Hi there,

I am using rtabmapviz to see all the keypoints in the 3D graph pane. However it does not show the 3D keypoints and shows only the pointcloud + rgb image combined.

HOw do i enable it so that I can see the feature points mapped to the vizualiser? or if you could tell me which class and function handles the 3D keypoints that would be great.

I am using RGB-D input -> so rgb image and depth image separately

takahiko-hasegawa-hdjp avatar Jun 20 '23 23:06 takahiko-hasegawa-hdjp

To show 3D features from the map, go in Preferences->3D Rendering, scroll down and check Show features under the Map column. image

which class and function handles the 3D keypoints that would be great

do you mean where they are created? They are generated here: https://github.com/introlab/rtabmap/blob/dcbad6a0aa8cb5e7abfbd0375381c4eea0f6294f/corelib/src/Memory.cpp#L4968

matlabbe avatar Jun 21 '23 05:06 matlabbe