23 #ifndef CLOE_COMPONENT_STEERING_SENSOR_HPP_ 24 #define CLOE_COMPONENT_STEERING_SENSOR_HPP_ 32 using Component::Component;
56 using SteeringSensor::SteeringSensor;
60 double curvature()
const override {
return curvature_; }
61 void reset()
override { curvature_ = 0.0; }
64 double curvature_{0.0};
69 #endif // CLOE_COMPONENT_STEERING_SENSOR_HPP_ virtual double curvature() const =0
double curvature() const override
Definition: steering_sensor.hpp:60
Definition: coordinator.hpp:36
Definition: steering_sensor.hpp:30
Json active_state() const override
Definition: steering_sensor.hpp:44
Definition: component.hpp:144
void reset() override
Definition: steering_sensor.hpp:61
Definition: steering_sensor.hpp:54