23 #ifndef CLOE_COMPONENT_EGO_SENSOR_HPP_ 24 #define CLOE_COMPONENT_EGO_SENSOR_HPP_ 33 using Component::Component;
76 using EgoSensor::EgoSensor;
85 steering_wheel_speed_ = 0.0;
91 double steering_wheel_speed_{0.0};
96 #endif // CLOE_COMPONENT_EGO_SENSOR_HPP_ Definition: ego_sensor.hpp:31
double wheel_steering_angle() const override
Definition: ego_sensor.hpp:80
virtual const Object & sensed_state() const =0
Json active_state() const override
Definition: ego_sensor.hpp:63
const Object & sensed_state() const override
Definition: ego_sensor.hpp:79
Definition: object.hpp:51
Definition: coordinator.hpp:36
virtual double wheel_steering_angle() const =0
void reset() override
Definition: ego_sensor.hpp:82
Definition: ego_sensor.hpp:74
Definition: component.hpp:144
virtual double steering_wheel_speed() const =0
double steering_wheel_speed() const override
Definition: ego_sensor.hpp:81