344 Commits (dcb252cc0552d6f26235f04e98ac3c1f012bb514)

Author SHA1 Message Date
Randy Mackay cb84ec9d9b Copter: add current based compass compensation 12 years ago
Randy Mackay 6601bd37cf Copter: integrate automatic roll and pitch trims 12 years ago
Michael Oborne 61e5b09f28 Send FS state to gcs for AC 12 years ago
Pat Hickey d418197898 ArduCopter: fixed memory unsafe member access in GCS_MAVLINK 12 years ago
Andrew Tridgell 47cc247046 Copter: limit number of bytes read per GCS check 12 years ago
Andrew Tridgell ae5f46abc9 Copter: fixed mavlink fetch of 16 character parameter 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay 177da0ca74 ArduCopter: fixed minor bug in logging of parameter changes to dataflash 12 years ago
Andrew Tridgell dcb181d2d8 Copter: use new AP_Scheduler library 12 years ago
Andrew Tridgell a237b6cc7b Copter: update for new AP_Param API 12 years ago
Andrew Tridgell 860f4b2605 Copter: merge the latest 2.9 changes into master 12 years ago
Andrew Tridgell 647b3b09b6 Copter: ensure we process deferred mavlink messages 12 years ago
Andrew Tridgell d952ccf968 Copter: added main_loop_ready() function 12 years ago
Andrew Tridgell b079a96eaf Copter: removed GPS_STATUS message 12 years ago
rmackay9 861a66e26e ArduCopter: remove @brief from GCS_MAVLINK class's comments because they mess up the mission planner's parsing of parameter descriptions 12 years ago
rmackay9 4ef7e7b1c6 ArduCopter: add parameter descriptions for GCS_Mavlink objects 12 years ago
Andrew Tridgell 94e3322e24 Copter: fixed build on px4 12 years ago
Andrew Tridgell ead38f917f Copter: use GRAVITY_MSS 12 years ago
rmackay9 68b62abd38 ArduCopter with the new Camera and Relay classes for APM1 and APM2. 12 years ago
rmackay9 e77b54c7dc ArduCopter: bug fix to GUIDED mode. Now checks that desired altitude was reached before deciding the waypoint is complete. 12 years ago
rmackay9 331a73c4ac ArduCopter: remove duplicate (?) send of MSG_EXTENDED_STATUS1 12 years ago
rmackay9 6baddf4aee ArduCopter: remove unused variable last_5hz 12 years ago
rmackay9 1f5fdcdaa8 ArduCopter: remove unnecessary "Initialising APM message..." 12 years ago
rmackay9 d926360e81 ArduCopter: move gcs updates to run only when there are 4ms of spare time before the next 100hz iteration starts 12 years ago
rmackay9 6da68c53a5 ArduCopter: bug fix so AP_Limits does not use up memory if it is disabled 12 years ago
rmackay9 0ab82f8c4e ArduCopter: clear ahrs roll and pitch trims after an accel level command 12 years ago
Andrew Tridgell 9931009db2 Math: use pythagorous2() in some more places 12 years ago
Pat Hickey 1878290510 ArduCopter: fixes for AP_InertialSenor_UserInteract 12 years ago
Pat Hickey 2ad4fed8cd Rover/Copter/Plane: change from vsnprintf to vsnprintf_P 12 years ago
Pat Hickey 54b98c0a7c ArduPlane: use hal's vsnprintf 12 years ago
Andrew Tridgell 9e986801c9 Copter: fixed SITL for ArduCopter 12 years ago
Pat Hickey 7af03127f6 ArduCopter: more work 12 years ago
Pat Hickey d9e0bbbbab ArduCopter: first pass at AP_HAL porting 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
Michael Oborne 68aa5e4682 AC add ability to start new accel_scale via mavlink 12 years ago
Andrew Tridgell 2949d58b71 Copter: re-enable sending of GLOBAL_POSITION_INT message 12 years ago
Andrew Tridgell 5818aaad42 Copter: fixed build error 12 years ago
Andrew Tridgell f6ec932d63 Copter: added reboot in CLI and over MAVLink 12 years ago
Andrew Tridgell cd07d965a7 Copter: ported RSSI_PIN option from ArduPlane 12 years ago
Andrew Tridgell dbdb3e1194 ACM: allow fetch of parameters by index 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
Andrew Tridgell 704da2a5d9 MAVLink: make it possible to enter the CLI over the radio 12 years ago
Andrew Tridgell bcf740a82f ACM: support 16 character parameter names 12 years ago
Andrew Tridgell 69fbcc8683 MAVLink: fixed accel and gyro sensor offsets in MAVLink 12 years ago
Andrew Tridgell 531e62d3b5 MAVLink: improve usefulness of logged GPS velocities 12 years ago
rmackay9 cdfd3f9ccc ArduCopter, ArduPlane: rename ap variable in GCS_Mavlink.pde to resolve compiler warning re shadowing of variable 'ap' 12 years ago
Andrew Tridgell fddfb0b1a3 MAVLink: update compass health in SYS_STATUS 12 years ago
rmackay9 bcb9519fd7 ArduCopter: renamed system bitmap to ap_system to resolve desktop compile issues 12 years ago
rmackay9 95f6357d35 ArduCopter: fix APM2 build 12 years ago
Jason Short d2a5928c06 Ap state updates 12 years ago