23 #ifndef CLOE_COMPONENT_UTILITY_STEERING_UTILS_HPP_ 24 #define CLOE_COMPONENT_UTILITY_STEERING_UTILS_HPP_ 37 enum class WheelId : unsigned int { FrontLeft = 0, FrontRight, RearLeft, RearRight };
58 #endif // CLOE_COMPONENT_UTILITY_STEERING_UTILS_HPP_ double calculate_wheel_angle(const Geometry &geometry, WheelId wheel_id, double steering_angle)
Definition: steering_utils.cpp:31
double wheel_base
Distance between the front and the rear axle in [m].
Definition: steering_utils.hpp:31
Definition: coordinator.hpp:36
double track_base
Distance between the left wheel and the right wheel in [m].
Definition: steering_utils.hpp:34
Definition: steering_utils.hpp:29