177 Commits (4a75351bd3d476dfafa62ee7f6cfd9418d7c16a0)

Author SHA1 Message Date
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
rmackay9 a1b4ec6d0e ArduCopter: move to use new INS library instead of IMU library 12 years ago
Andrew Tridgell e8ab62f6e5 ACM: switch to GPS velocity numbers in GLOBAL_POSITION_INT 12 years ago
Pat Hickey bbc7f050e5 ArduCopter GCS_MAVLink: COMMAND_LONG for arm/disarm motors 13 years ago
Michael Oborne a38fef65c7 AP,AC Add ability to override an altitude in any auto mode, on the current active target 13 years ago
Jason Short e8e8c27db4 ACM Mavlink - fixed comparison of unsigned to signed int by casting to uint8_t 13 years ago
Andrew Tridgell e8d928cca4 ACM: added TELEM_DELAY to ArduCopter 13 years ago
uncrustify f7a748d43b uncrustify ArduCopter/GCS_Mavlink.pde 13 years ago
rmackay9 11e946eb54 ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long" 13 years ago
rmackay9 2e4e8bbf1a ArduCopter: changed "unsigned long" to "uint32_t" 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
Andrew Tridgell ed064b2506 MAVLink: enable fetching of single parameters 13 years ago
Andrew Tridgell dc47074dbd MAVLink: removed the need for Mavlink_compat.h 13 years ago
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library 13 years ago
Andrew Tridgell c2a4d59132 AP_Param: update ArduCopter core for new AP_Param interface 13 years ago
Michael Oborne e577b51e17 AC remove attitude hil unused extra (gps jump issue.) 13 years ago
Michael Oborne ef870e3ca1 AC remove some attitude HIL limitations 13 years ago
rmackay9 8e5312a759 ArduCopter: add support for MAVLink's MAV_CMD_NAV_ROI command 13 years ago