#include <base_steering_model.hpp>
Definition at line 7 of file base_steering_model.hpp.
◆ SteeringModel()
◆ calculate_steering_angles()
| virtual Eigen::Vector4d SteeringModel::calculate_steering_angles |
( |
double |
steering_wheel_angle | ) |
const |
|
pure virtual |
Calculate the steering angles on each wheel based on the steering wheel angle.
- Parameters
-
| steering_wheel_angle | The angle of the steering wheel in radians. |
- Returns
- Eigen::Vector4d A vector containing the steering angles for each wheel: [front left, front right, rear left, rear right] in radians.
Implemented in ParallelFrontSteering.
◆ car_parameters_
The documentation for this class was generated from the following file: