TCAFF: Temporal Consistency for Robot Frame Alignment
Mason B. Peterson, Parker C. Lusk, Antonio Avila, Jonathan P. How
TL;DR
The paper addresses frame alignment between neighboring robots in GPS-denied environments by introducing TCAFF, a temporal-consistency-driven, multi-hypothesis framework that operates on sparse open-set object maps to estimate and refine the relative transform between odometry frames. It combines an enhanced open-set data association (MNO-CLIPPER) with a MAP-based frame-alignment filter and Kalman updates to maintain multiple hypotheses, update with measurements over time, and reject temporally inconsistent candidates, even without an initial pose guess. The key contributions include the frame-alignment rejection mechanism using temporal consistency, the multi-hypothesis frame-alignment filter, hardware demonstrations with four robots tracking six pedestrians achieving frame-alignment errors close to ground-truth, and release of code and hardware dataset. The approach enables real-time collaborative localization and object tracking in indoor and outdoor settings, reducing the need for global localization while maintaining high tracking accuracy.
Abstract
In the field of collaborative robotics, the ability to communicate spatial information like planned trajectories and shared environment information is crucial. When no global position information is available (e.g., indoor or GPS-denied environments), agents must align their coordinate frames before shared spatial information can be properly expressed and interpreted. Coordinate frame alignment is particularly difficult when robots have no initial alignment and are affected by odometry drift. To this end, we develop a novel multiple hypothesis algorithm, called TCAFF, for aligning the coordinate frames of neighboring robots. TCAFF considers potential alignments from associating sparse open-set object maps and leverages temporal consistency to determine an initial alignment and correct for drift, all without any initial knowledge of neighboring robot poses. We demonstrate TCAFF being used for frame alignment in a collaborative object tracking application on a team of four robots tracking six pedestrians and show that TCAFF enables robots to achieve a tracking accuracy similar to that of a system with ground truth localization. The code and hardware dataset are available at https://github.com/mit-acl/tcaff.
