upkie 7.0.0
Open-source wheeled biped robots
|
#include <SensorPipeline.h>
Public Member Functions | |
void | connect_sensor (std::shared_ptr< Sensor > sensor) |
Add a sensor at the beginning of the pipeline. More... | |
void | run (Dictionary &observation) |
Run observer pipeline on an observation dictionary. More... | |
Sensor pipeline.
A sensor pipeline is a list of sensors, to be executed in that order.
|
inline |
Add a sensor at the beginning of the pipeline.
[in] | sensor | Sensor to append. |
void upkie::cpp::sensors::SensorPipeline::run | ( | Dictionary & | observation | ) |
Run observer pipeline on an observation dictionary.
[in,out] | observation | Observation dictionary. |