mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
some bug fixes, added basic camera leveling example for pitch only. Added DCM test. Added better Yaw gain defaults. Split radio and RC inits into two calls. Removed inappropriate auto_trim function.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1307 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
4bd32750a4
commit
9e89ad7311
@ -33,8 +33,9 @@ camera_stabilization()
|
||||
|
||||
APM_RC.OutputCh(CH_5,rc_camera_pitch.radio_out);
|
||||
|
||||
|
||||
//rc_camera_yaw = rc_2.control_mix(nav_pitch);
|
||||
//If you want to do control mixing use this function.
|
||||
// set servo_out to the control input from radio
|
||||
//rc_camera_yaw = rc_2.control_mix(pitch_sensor);
|
||||
//rc_camera_yaw.calc_pwm();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user