warning
This page is describing the upcomming ROS2 version of the MRS UAV System (however, it may be still outdated). If you are looking for ROS1 version of the docs, follow to https://ctu-mrs.github.io/docs/1.5.0/introduction/.
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)