23 #ifndef CLOE_UTILITY_SIMPLE_STEERING_MODEL_HPP_ 24 #define CLOE_UTILITY_SIMPLE_STEERING_MODEL_HPP_ 62 double v_gain = -0.03 * long_velocity + 1;
70 steering_angle_ = steering_angle_ + 0.1 * v_gain * dt_ * steering_torque;
80 double steering_angle_{0.0};
86 #endif // CLOE_UTILITY_SIMPLE_STEERING_MODEL_HPP_ double steering_angle() const
Definition: simple_steering_model.hpp:76
Definition: coordinator.hpp:36
Definition: simple_steering_model.hpp:36
void update_model(double steering_torque, double long_velocity)
Definition: simple_steering_model.hpp:52