ardupilot/libraries/APM_Control
Randy Mackay 9f876dc7a0 AR_AttitudeControl: throttle and steering control library
Throttle controller has these advantages over existing controller:
based on velocity in vehicle's forward-back axis rather than ground-speed
straight-forward PID controller using speed error as input
speed control acceleration limts
stop control slows vehicle smoothly
configurable filtering

Steer controller has these advantages over existing controller:
output scaled properly for skid-steering vehicles
layered P and PID controller for angular error and rate control
configurable filtering
2017-08-15 20:47:19 +09:00
..
APM_Control.h
AP_AutoTune.cpp
AP_AutoTune.h
AP_PitchController.cpp
AP_PitchController.h
AP_RollController.cpp
AP_RollController.h
AP_SteerController.cpp AP_SteerController: fix get_steering_out_rate bug when reversing 2017-08-05 11:20:58 +09:00
AP_SteerController.h
AP_YawController.cpp
AP_YawController.h
AR_AttitudeControl.cpp AR_AttitudeControl: throttle and steering control library 2017-08-15 20:47:19 +09:00
AR_AttitudeControl.h AR_AttitudeControl: throttle and steering control library 2017-08-15 20:47:19 +09:00
TuningGuide.txt