-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TIP] A successful installation of Kimera-VIO-ROS Guide #180
Comments
According to MIT-SPARK/Kimera-VIO#187, |
Hi, can you elaborate on what exactly I need to do in step 2.2(modify Kimera-VIO to match latest GTSAM [TODO])? |
just replace functions whatever the compiler has thrown error on.
(for example) as
|
Thank you for a helpful guide. I have found that the guide makes Kimera-VIO-ROS w/ ros bag and realsense work successfully in my Ubuntu desktop. |
##Description:
It has been a bit rabbit hole to get it working.
I have just get it compiled properly in Ubuntu 18.04 - Melodic .
##Guide
Step 1:
Follow the main guide https://github.com/MIT-SPARK/Kimera-VIO-ROS:
catkin build
, orcatkin clean
if you tried to built but in vainStep 2: (GTSAM)
As mentioned in MIT-SPARK/Kimera-VIO#194, GTSAM has removed identity under
Pose3
andRot3
Option 1: A quick fix is to checkout the older version
Option 2: modify Kimera-VIO to match latest GTSAM [TODO]
Step 3: (Kimera-VIO)
Step 4:
🥂 Good luck, folks!
Hopefully, this get maintained.
The text was updated successfully, but these errors were encountered: