MIT-SPARK / Kimera-VIO-ROS

ROS wrapper for Kimera-VIO
BSD 2-Clause "Simplified" License
362 stars 150 forks source link

catkin build fails: wrong gtsam version #191

Open shabpompeiano opened 10 months ago

shabpompeiano commented 10 months ago

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:

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

myboyhood commented 8 months ago

@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 ?