Skip to content

[feat] Pose graph as postprocess

Julia Sanchez requested to merge PoseGraph into master

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 :
    1. Load the KEY Lidar states
    2. Load the landmark absolute poses
    3. Add the measured constraints between landmarks and poses
    4. 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

Merge request reports