Skip to content
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

catkin build fails: wrong gtsam version #191

Open
shabpompeiano opened this issue Aug 25, 2023 · 1 comment
Open

catkin build fails: wrong gtsam version #191

shabpompeiano opened this issue Aug 25, 2023 · 1 comment

Comments

@shabpompeiano
Copy link

Description:
When following the installation guide, catkin build fails

Command:

catkin build

Console output:

Boost libraries missing and gtsam missing Pose3

Please give also the following information:

  • KimeraVIO branch, tag or commit used
  • GTSAM version used: 4.3
  • OpenGV version used: -
  • OpenCV version used: type opencv_version -
  • Operating system and version (e.g. Ubuntu 16.04 or Windows 10): Ubuntu 18.04
  • Did you change the source code? (yes / no): no

What worked for me:
Since Gtsam has been updated to 4.3, it seems like it is not compatible.
Checkout tag 4.1.1 of gtsam:
cd gtsam && git checkout tags/4.1.1

@shabpompeiano shabpompeiano changed the title catkin build fails wrong gtsam version catkin build fails: wrong gtsam version Aug 25, 2023
@myboyhood
Copy link

@shabpompeiano Yes! 4.1.1 is fine to build the project, but I find the trajectory is drifting using the default Euroc launch file
When I run roslaunch kimera_vio_ros kimera_vio_ros_euroc.launch online:=true
Have you change any params before running the Kimera-VIO or Kimera-VIO-ROS ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants