Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
parallel_front_steering.cpp
Go to the documentation of this file.
2
4 double steering_wheel_angle) const {
5 return Eigen::Vector4d(steering_wheel_angle, steering_wheel_angle, 0, 0);
6}
Eigen::Vector4d calculate_steering_angles(double steering_wheel_angle) const override
Calculate the steering angles on each wheel based on the steering wheel angle.