rpl-cmu / imesa

[RSS 2024] iMESA - an incremental distributed algorithm for Collaborative Simultaneous Localization and Mapping
MIT License
80 stars 5 forks source link

Tagged release for 4.3.0 #1

Closed ProfFan closed 2 weeks ago

ProfFan commented 4 weeks ago

Hi Daniel, we are about to make a tagged release, do you have anything (PR) that you want that is unmerged?

DanMcGann commented 3 weeks ago

WRT iMESA the only GTSAM changes that I use that are not currently in 4.2.0 are from this PR (https://github.com/borglab/gtsam/pull/1504) which simply aligns the Pose2 and Pose3 accessor interface to make writing code templated on Poses easier.

IMO it would be a good thing to include regardless of its use here since those changes do not change the interface in a way that can break existing projects that use GTSAM, but the changes do expand functionality in a useful way.