|
upkie 10.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.