Closed LimHyungTae closed 3 months ago
Oh wait, but according to @nathanhhughes' mention about the version of GTSAM in Hydra, I changed GTSAM to that version, and GTSAM_CONCEPT_ASSERT seems not to be supported. .
It might be #94 is the more general, version-agnostic solution.
In conclusion:
When the GTSAM version is 4.2a8
, the original code works.
But, now, the Kimera-VIO-ROS
points develop
branch of the GTSAM, which still has been updated, I think #94 is one of nice solutions.
Great! Let's go with #94 for now. Happy to switch to this when we confirm everything is on develop
.
(I think Hydra might work with develop
but a few things like Kimera-Multi and LAMP needs to be tested).
Build error message:
Solution
In the context of #94 (the solution is also given here: MIT-SPARK/Kimera-VIO-ROS#205), we conclude to change
BOOST_CONCEPT_ASSERT
withGTSAM_CONCEPT_ASSERT
instead of adding redundant header files.