cartographer-project/cartographer

Instrument metrics in optimization and collator

Open

#1,010 opened on Mar 20, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (6,665 stars) (2,188 forks)batch import
enhancementhelp wanted

Description

Measure time delay metrics to estimate possible drift components of (pure) localization.

  • time delay between node creation and a constraint between the current trajectory and the frozen map was optimized
  • time when such node was created
  • time delay between range data enters and leaves Collator
  • time delay between range data enters LocalTrajectoryBuilder and LocalSlamResult is returned
  • time when oldest such range data entered latest LocalSlamResult

Contributor guide