rtabmap icon indicating copy to clipboard operation
rtabmap copied to clipboard

RTABM

Open JosephZhou1234 opened this issue 2 years ago • 1 comments

image

I don't understand these steps exactly.

Do i do image

git clone https://github.com/borglab/gtsam.git

In the root library folder execute:

#!bash mkdir build cd build cmake .. make check (optional, runs unit tests) make install

I did the above steps. However, with GTSAM is false though?

Any idea how can i resolve this situation?

JosephZhou1234 avatar Dec 26 '23 17:12 JosephZhou1234

Did you rebuild rtabmap after installing gtsam? Make sure after doing cmake .. in rtabmap/build that With GTSAM = True is shown.

matlabbe avatar Jan 02 '24 22:01 matlabbe