mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AR_AttitudeControl: minor comment fix
This commit is contained in:
parent
b3cb491bb1
commit
57f2eb6853
@ -114,8 +114,8 @@ private:
|
||||
// steering control
|
||||
uint32_t _steer_lat_accel_last_ms; // system time of last call to lateral acceleration controller (i.e. get_steering_out_lat_accel)
|
||||
uint32_t _steer_turn_last_ms; // system time of last call to steering rate controller
|
||||
float _desired_lat_accel; // desired lateral acceleration from latest call to get_steering_out_lat_accel (for reporting purposes)
|
||||
float _desired_turn_rate; // desired turn rate either from external caller or from lateral acceleration controller (for reporting purpose)
|
||||
float _desired_lat_accel; // desired lateral acceleration (in m/s/s) from latest call to get_steering_out_lat_accel (for reporting purposes)
|
||||
float _desired_turn_rate; // desired turn rate (in radians/sec) either from external caller or from lateral acceleration controller
|
||||
|
||||
// throttle control
|
||||
uint32_t _speed_last_ms; // system time of last call to get_throttle_out_speed
|
||||
|
Loading…
Reference in New Issue
Block a user