383 Commits (13ee34c58ac805f4f2969845a762dfc417c8ac6a)

Author SHA1 Message Date
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
Andrew Tridgell 85465c9126 MAVLink: fixed another two places where micros() was used for a millisecond time 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
Andreas M. Antonopoulos c73f7ef3ab AP_Limits library, provides modular "limits" such as altitude and geo-fencing. 13 years ago
Andrew Tridgell 8220ae8096 MAVLink: climb_rate is in m/s 13 years ago
Andrew Tridgell 60caaa4b04 MAVLink: remove MAVLink 0.9 protocol support 13 years ago
Jason Short 3cf16c1424 GCS_Mavlink.pde 13 years ago
Jason Short c276fe8fa0 GCS_Mavlink: added notes to #if malink10 13 years ago
Andrew Tridgell 55092c25a6 SITL: enable the SIM_* parameters in ArduCopter and ArduPlane 13 years ago
Andrew Tridgell dae1a57dc5 ACM: adapt the ArduCopter code for new barometer interface 13 years ago
rmackay9 068fe64b9b ArduCopter HIL: changed calls to setHIL to send in time as a uint32_t (it was a float) 13 years ago
Jason Short 46fb3b783a GCS_Mavlink.pde : mav_nav only used in legacy Mavlink. 13 years ago
Jason Short c71c503c84 GCS Mavlink.pde: change reference to nav_bearing to target_bearing. 13 years ago
Andreas M. Antonopoulos bef005b5f2 AC2.6: Fix battery calculation and scaling bug for MAV1.0, now same as ArduPlane 13 years ago
Michael Oborne 14be88dd55 AC: add hilstate message 13 years ago
Andrew Tridgell 7c63d2c17b ACM: MAVLINK10 uses HIL_STATE 13 years ago
Andrew Tridgell 3f4e87cccc ACM: fixed HIL build for MAVLINK10 13 years ago
Michael Oborne 9303a89573 fix AC hil build 13 years ago
Andrew Tridgell d9457ecc38 MAVLink: send time of GPS fix accurately 13 years ago
Andrew Tridgell 422dc82f32 MAVLink: allow parameter fetch during mavlink_delay() 13 years ago
Andrew Tridgell 4fee26437b MAVLink: make ACM build with MAVLink 1.0 possible in arduino GUI 13 years ago
Andrew Tridgell fe970221e2 ACM: added support for MAVLink 1.0 to ArduCopter 13 years ago
rmackay9 e5710958bc ArduCopter - GCS_Mavlink.pde - changed output to ground station to use new AP_Motor's class motors array inplace of the global "motor_out" array. 13 years ago
Andrew Tridgell c0a54762c6 MAVLink: port the new adaptive flow control to ArduCopter 13 years ago
Andrew Tridgell e0bb7e2777 MAVLink: don't waste 100 bytes of bandwidth sending 1 byte of information 13 years ago
Andrew Tridgell 34506b170f Mavlink: fixed warnings about limits on int32 values 13 years ago
Andrew Tridgell 458d55e5bc MAVLink: constrain variable changes to the datatype range 13 years ago
Andrew Tridgell 547b4ed55b AHRS: adapt ArduCopter for new AHRS framework 13 years ago
Andrew Tridgell d75e883fe8 GCS: get_integrator() is now get_gyro_drift() in DCM 13 years ago
Andrew Tridgell 7291dfc25a ACM: removed the special case for quaternions in GCS code 13 years ago
Andrew Tridgell 7e4c8592ff ACM: make it possible to build ArduCopter with quaternions 13 years ago
Andrew Tridgell a0ce202d87 ACM: added SIMSTATE, DCM and HWSTATUS messages to ACM 13 years ago
Andrew Tridgell 690dc9052a GCS: force scalar type in copy_name() 13 years ago
Andrew Tridgell 2e9105c68a AP_Param: added special handling for Vector3f 13 years ago
Andrew Tridgell df8a557630 AP_Param: update users of AP_Param for ParamToken 13 years ago
Andrew Tridgell ecdbfd257a token is 16 bits now 13 years ago
Andrew Tridgell 0b3e3ec5c8 added group indexes to GCS_MAVLINK class 13 years ago
Andrew Tridgell d4305e0ae2 fixed apm2beta build with AP_Param 13 years ago
Andrew Tridgell c9c422539e update ACM MAVLink code for AP_Param 13 years ago
Jason Short 7833cea9d4 2.2B6 - Please verify Heli still functions properly. 13 years ago
Jason Short dd1e08a7e0 Causes Aero_SIM to fail 13 years ago
Jason Short 2fa24e0557 added conversions of CM to M 13 years ago
Jason Short 287ffb5fb4 enabled Mavlink Land command 13 years ago
Michael Oborne 3142a75913 AC fix attitude level hil 13 years ago