/motion_capture_tracking

ROS Package for different motion capture systems, including custom rigid body tracking support

Primary LanguageC++

ROS

motion_capture_tracking

This repository is a ROS package that provides an abstraction of different motion capture systems (Vicon, OptiTrack, Qualisys) with three different tracking modes: i) Tracking of rigid bodies poses via the official software (e.g., Vicon Tracker) using unique marker arrangements, ii) Tracking of rigid bodies poses with custom frame-to-frame tracking with identical marker arrangements, iii) Tracking of unlabeled marker positions using custom frame-to-frame tracking.

Building

To build from source, clone the latest version from this repository into your catkin workspace and compile the package using

cd catkin_workspace/src
git clone --recurse-submodules https://github.com/IMRCLab/motion_capture_tracking
cd ../
catkin_make