Skip to content

IMRCLab/librigidbodytracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake

librigidbodytracker

This library helps to track (i.e. estimate the pose) of rigid-bodies. It assumes that an initial estimate for the pose of each rigid body is given. The new poses are estimated using the iterative closest point algorithm (ICP) frame-by-frame.

The library is used in the Crazyswarm project.

Building

See cmake.yml workflow for a detailed list of instructions on how to build on Ubuntu.

Usage

Playback of a recording

A pointcloud can be recorded in a binary format, for example using the ROS motion capture package. This can be replayed:

./playclouds ../example/cfg_000.yaml ../example/recording_000

About

Library to track the pose of rigid bodies with identical marker arrangements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%