cartographer-project/cartographer

Keep odometry data only as needed for pose graph optimization.

Open

#1,768 建立於 2020年10月29日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)C++ (2,188 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (6,665 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Context: When a robot is not moving much, there are few trajectory nodes and odometry data can consume a lot of memory. Right now OptimizationProblem2D and OptimizationProblem3D store a lot of unneeded odometry data.

Idea: The optimization only needs odometry data directly before and after each trajectory node. This means, that all odometry data before the last node of a trajectory can be replaced by the interpolated odometry as used in the optimization problem.

貢獻者指南