ethzasl-msf - Modular Sensor Fusion
Time delay compensated single and multi sensor fusion framework based on an EKF
|
#include <msf_core/msf_types.hpp>
#include <msf_core/msf_tools.h>
#include <msf_core/msf_macros.h>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | msf_core::SortedContainer< T, PrototypeInvalidT > |
Manages a sorted container with strict less than ordering used to store state and measurement objects which can then be queried for closest states/measurements to a given time instant. More... |
Namespaces | |
namespace | msf_core |
Macros | |
#define | CHECK_IN_BOUNDS(iterator, container) |
#define CHECK_IN_BOUNDS | ( | iterator, | |
container | |||
) |