[feat] Pose graph as postprocess
Main goal : create and optimize a pose graph as postprocess.
- /!\ WARNING : The GPS pose graph is temporarily disabled
- This feature is only available through the ROS wrapping for now
- The update/log steps are refactored to get a clean odometry pose graph
- A new pose graph optimizer is created, it allows to :
- Load the KEY Lidar states
- Load the landmark absolute poses
- Add the measured constraints between landmarks and poses
- Optimize the graph
- The Slam class is in charge of updating the maps with the new poses.
- This feature is triggered by a command (custom ROS message)
@nick.laurenson PTAL
Edited by Julia Sanchez