mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AR_AttitudeControl: minor comment fix
non-functional change
This commit is contained in:
parent
30ba463f42
commit
89725a7aa5
@ -45,7 +45,7 @@ public:
|
||||
// positive lateral acceleration is to the right.
|
||||
float get_steering_out_lat_accel(float desired_accel, bool skid_steering, bool motor_limit_left, bool motor_limit_right, bool reversed);
|
||||
|
||||
// return a steering servo output from -1 to +1 given a yaw error in radians
|
||||
// return a steering servo output from -1 to +1 given an angle error in radians
|
||||
float get_steering_out_angle_error(float angle_err, bool skid_steering, bool motor_limit_left, bool motor_limit_right, bool reversed);
|
||||
|
||||
// return a steering servo output from -1 to +1 given a
|
||||
|
Loading…
Reference in New Issue
Block a user