4711 Commits (ca6419bf524e676998983b277a34e12f7e6da92a)
 

Author SHA1 Message Date
Jason Short dcf9f9dab1 Arducopter 13 years ago
Jason Short 71248fe114 Arducopter 13 years ago
Jason Short c9851344e7 Arducopter 13 years ago
Jason Short a88d69e40e Arducopter: 13 years ago
Jason Short aa645afe2b Arducopter: Altitude change nav 13 years ago
Jason Short cb1cdcd4a7 Arducopter: New Alt control code 13 years ago
Jason Short 3f5e787fe8 Arducopter: Flip mode 13 years ago
Jason Short 9dad38e91d Arducopter: Flip mode 13 years ago
Jason Short 5965632888 Arducopter: Flip mode 13 years ago
Jason Short f73a2004be Arducopter: INS 13 years ago
Jason Short 98725be0ec Arducopter: INS 13 years ago
Jason Short 97845cace1 Arducopter: INS 13 years ago
Jason Short 0d8e8e0a04 Arducopter: INS 13 years ago
Jason Short bb99bd4626 Arducopter: INS 13 years ago
Jason Short 148da2e4a0 Lead Filter: simplified calculation 13 years ago
Andrew Tridgell 819b6459b2 GPS-UBlox: removed duplicate config messages 13 years ago
Jeff Taylor d02655ac56 APM: Fixed bug where landing_pitch wasnt initialized properly 13 years ago
Andrew Tridgell d6e370886f APM: rename airspeed_cruise to airspeed_cruise_cm to make the units clearer 13 years ago
Andrew Tridgell 1cf5057c61 APM: Use g.airspeed_cruise for turn rate calculation if the airspeed sensor is disabled. 13 years ago
Jonathan Challinger c7da63509b APM: Removed unused YAW_DAMPENER code. 13 years ago
Jonathan Challinger d9d055ef78 APM: Removed incorrect nav_gain_scaler from nav_roll calculation. 13 years ago
Amilcar Lucas 3d385c0fb4 ArduPlane parameters: re-order the files, looks like the second file gets ignored :( 13 years ago
Amilcar Lucas 3de23220ed RC_Channel parameters: Fix a typo 13 years ago
Amilcar Lucas 8a8e11fa7f ArduPlane parameters: Add base class info as well 13 years ago
Amilcar Lucas 610fdeacc1 Support up to 11 servos in APM2 13 years ago
Amilcar Lucas 22d2f9ea15 Support up to 7 aux servo outputs 13 years ago
rmackay9 33d8cbfd51 ArduCopter: small bug fix to radio.pde to allow code to compile when MOUNT == DISABLED 13 years ago
rmackay9 b691c3f658 ArduCopter.pde: added call to set_manual_rc_channel to allow pilot's channel 6 to control pitch. 13 years ago
rmackay9 e61cf0e1f9 AP_Mount: added set_manual_rc_channel and set_manual_rc_channel_function to allow input of pitch, roll and yaw controls from a regular RC_Channel (i.e. not RC_Channel_aux) 13 years ago
Amilcar Lucas 83d49dbb88 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
Amilcar Lucas 461098b289 Replace long with int32_t 13 years ago
Amilcar Lucas 724c5f6490 Use ascending order in the values 13 years ago
Michael Oborne 636fcadde4 fix rc libray param gen 13 years ago
Amilcar Lucas 1da0ce20ce Improve parameter documentation, it still does not work, but is an improvement. 13 years ago
Andreas M. Antonopoulos c0f8f6251b param_parser: input validation bug fix 13 years ago
Andreas M. Antonopoulos 0e5345d17b AP_Limits: documentation bug (which uncovered a param_parser bug - the irony burns) 13 years ago
Jonathan Challinger fc4f111d15 Changed mavlink GLOBAL_POSITION_INT.relative_alt message to correctly return altitude above ground. 13 years ago
Andreas M. Antonopoulos a976a59c88 AP_Limits: Configuration defaults moved to config.h. Fixed AP_LIMITS==DISABLED handling. 13 years ago
Michael Oborne 9e4d118fdb Airspeed Library - fix param names. 13 years ago
Michael Oborne 822e682140 Planner 13 years ago
Michael Oborne 3cc2e63791 APM Planner 1.1.98 13 years ago
Andrew Tridgell de3c9ce56d Airspeed: change APM to use new AP_Airspeed library 13 years ago
Andrew Tridgell feb456de56 Airspeed: Added AP_Airspeed sensor library 13 years ago
rmackay9 acef75319c AP_MotorsMatrix: small bug fix to limit checking on remove_motor call. Fix thanks to Michael Peschel! 13 years ago
Michael Oborne e632ad6aa4 AC fix limits param gen header 13 years ago
rmackay9 36ecdff593 ArduCopter: removed unused config for CAM_ROLL_GAIN and CAM_ROLL_PITCH now in AP_Mount library) 13 years ago
rmackay9 c495a5f36e ArduCopter: added enable_out_ch and output_ch calls for rc_camera_roll, pitch and yaw servos so they actually move 13 years ago
rmackay9 761dad4e99 ArduCopter: restored set_range calls for RC_Channels 5 ~ 8. 13 years ago
rmackay9 29b6ec0b11 ArduCopter: reverted channel 5~8 to be regular RC_Channel objects, restored rc_camera_roll and rc_camera_pitch RC_Channels and created new rc_camera_yaw RC_Channel to control the camera mount servos. 13 years ago
rmackay9 793fb7f059 ArduCopter: added definition for yaw channels. 13 years ago