Skip to main content
Version: 1.5.0

MRS Libraries

The mrs_lib is a set of various utility libraries that are designed to make your life easier when working with ROS and contains implementations of common robotic algorithms, such as the Kalman Filter and its variants. For a more comprehensive list of what is offered and how to use it, see the documentation.



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)