mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
MRS libraries

:warning: Attention please: This README is outdated.

The MRS UAV System 1.5 is being released and this page needs updating. Please, keep in mind that the information on this page might not be valid.

Overview

This ROS package contains various useful libraries (mostly C++) for the MRS UAV system.

Notable libraries:

  • ParamLoader - wrapper around ROS's param loading for C++ (documentation)
  • Transformer - wrapper around ROS's transfomation library (documentation)
  • SubscribeHandler - wrapper around ROS's subscriber (documentation)
  • AttitudeConverter - a proxy class for converting representations of 3D orientation (documentation)
  • LKF - Linear Kalman Filter (documentation)
  • UKF - Unscented Kalman Filter (documentation)
  • Repredictor - algorithm for fusing variably time-delayed measurements (documentation)
  • Profiler - scoped profiling routine (documentation)