307 Commits (f1acdb13c20796b9f76a6e748e01ac7f232e3c92)

Author SHA1 Message Date
Andrew Tridgell 458d55e5bc MAVLink: constrain variable changes to the datatype range 13 years ago
Andrew Tridgell 8afd196907 APM: adapt ArduPlane for AHRS framework 13 years ago
Andrew Tridgell e81060a1a6 APM: removed some config file cruft 13 years ago
Michael Oborne 3944c1e665 update AP version to 2.30 13 years ago
Amilcar Lucas 6e9ffb4249 correct small typos in comments 13 years ago
Andrew Tridgell 2a03a0584f AP_Declination: disable library when AUTOMATIC_DECLINATION is not ENABLED 13 years ago
Adam M Rivera d3667faef4 AP_Declination: Added call to compass.set_initial_location if the compass is enabled when the 3D fix is obtained. 13 years ago
Adam M Rivera 2524f9c8df AP_Declination: Added new config value to allow the user to have the declination overwritten on every 3D fix. 13 years ago
Andrew Tridgell d75e883fe8 GCS: get_integrator() is now get_gyro_drift() in DCM 13 years ago
Andrew Tridgell 9a06d35772 make 'ENABLE' and 'ENABLED' mean the same things 13 years ago
Andrew Tridgell 13d5839778 APM: removed quaternion special cases 13 years ago
Andrew Tridgell 371677610d APM: avoid fetching the DCM matrix twice 13 years ago
Andrew Tridgell 7a9b3d3388 Quaternion: show "Quaternion test" on startup if enabled 13 years ago
Andrew Tridgell e39c3cb9d2 APM: make it possible to build ArduPlane with quaternion support 13 years ago
Andrew Tridgell 367947fd33 HWSTATUS: if we don't know the voltage, report it as zero 13 years ago
Andrew Tridgell 511f65e2ef APM: fixed reset of control switch when short_fs_action is disabled 13 years ago
Andrew Tridgell b455443e2c APM: added logging of DCM, HWSTATUS and SIMSTATE 13 years ago
Andrew Tridgell b20084af7d APM: added board_voltage() function 13 years ago
Pat Hickey ff0fc26484 Cleanup: rename files with spaces in their names, replace with underscores 13 years ago
rmackay9 02cf07bb6b ArduPlane - updated to use new filter library 13 years ago
rmackay9 e1114bf7f7 ArduPlane - added Filter.h to unbreak the build! 13 years ago
rmackay9 21d7a77009 ArduPlane - switch sonar to use new mode filter from filter library 13 years ago
Andrew Tridgell 0248b48d30 allow MAG_ENABLE to be changed in flight 13 years ago
Andrew Tridgell 690dc9052a GCS: force scalar type in copy_name() 13 years ago
Andrew Tridgell 95ef9206dc DCM: renorm_sqrt_count is now called renorm_range_count 13 years ago
Andrew Tridgell df8a557630 AP_Param: update users of AP_Param for ParamToken 13 years ago
Andrew Tridgell 16009777d9 APM: expanded parameter area to match ACM 13 years ago
Andrew Tridgell 718a5b70e3 AP_Param: fixed saving of sensor calibration 13 years ago
Andrew Tridgell 78babd37fa APM: use set_and_save_ifchanged() for GCS stream rates 13 years ago
Phil 9242c157ee APM: Fix rudder in elevon mode. 13 years ago
Andrew Tridgell c14097ffa1 APM: changed hold_course for landing to be based on yaw_sensor 13 years ago
Andrew Tridgell c662140a2b APM: report the nav_bearing as hold_course when enabled 13 years ago
Andrew Tridgell 330ff5dc8b APM: added some comments related to hold_course 13 years ago
Andrew Tridgell 11835508a7 when setting airspeed and groundspeed in a mission, don't save to EEPROM 13 years ago
Andrew Tridgell c042ef1298 APM: fixed some build warnings 13 years ago
Andrew Tridgell 8d1729b3ba Mavlink: report the corrected pitch via MAVLink 13 years ago
Andrew Tridgell cdf296d8f6 fixed some printf casts 13 years ago
Andrew Tridgell 35badbb97d APM: the CLI fits nicely on the 1280 again now 13 years ago
Andrew Tridgell ecdbfd257a token is 16 bits now 13 years ago
Andrew Tridgell d55a0c3a71 added AP_Param::show_all() 13 years ago
Andrew Tridgell 0f9adbdae0 token size for first()/next() is now 16 bits 13 years ago
Andrew Tridgell 617082769a go back to 1024 bytes for variables in EEPROM 13 years ago
Andrew Tridgell 0b3e3ec5c8 added group indexes to GCS_MAVLINK class 13 years ago
Andrew Tridgell e85da68fe6 expand parameter area for ArduPlane 13 years ago
Andrew Tridgell 983192c5d5 tidy up a comment 13 years ago
Andrew Tridgell 2c3ec5de99 fixed two parameter names 13 years ago
Andrew Tridgell 676ca03977 expose mavlink stream rates as parameters 13 years ago
Andrew Tridgell f22988163e imported new Parameters code to APM 13 years ago
Andrew Tridgell e7174bc649 import new Parameters.h for AP_Param to APM 13 years ago
Andrew Tridgell 3d598c8caa implement dump of all vars in CLI using AP_Param 13 years ago