18992 Commits (7ceffb1e2b74a31b50fcb5b8b518e56d48dd9cb6)
 

Author SHA1 Message Date
Lucas De Marchi 7ceffb1e2b Replace use of vprintf_P() with vprintf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi ee72254ff9 APMrover2: remove undefined function from header 9 years ago
Lucas De Marchi 65e719ccc3 AP_Param: replace find_P() with find() 9 years ago
Lucas De Marchi af88ebf477 GCS_MAVLink: remove send_text_P() in favor of send_text() 9 years ago
Lucas De Marchi 89fc4f4b62 Replace use of send_text_P() with send_text() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi d595e41003 Replace use of strncmp_P() with strncmp() 9 years ago
Lucas De Marchi 0aa117f65d Replace use of strnlen_P() with strnlen() 9 years ago
Lucas De Marchi 1336d621be Replace use of strcpy_P() with strcpy() 9 years ago
Lucas De Marchi e4b313d2ca Replace use of memcpy_P() with memcpy() 9 years ago
Lucas De Marchi f8f3f5a024 Replace use of strlen_P() with strlen() 9 years ago
Lucas De Marchi aa370fe758 Replace use of strcmp_P() with strcmp() 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi a8455aa4e3 AP_HAL: Remove Util::{v,}snprintf_P() 9 years ago
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi bd0f0a7536 ArduPlane: convert dos linefeeds to unix 9 years ago
Randy Mackay 4d458833dc AP_NavEKF2: remove unnecessary PV_AidingMode check 9 years ago
Paul Riseborough b459d937ad AP_NavEKF2: Clean up GPS fusion timeout logic and comments 9 years ago
Paul Riseborough 61d556afb1 DataFlash: Fix shorthand variable names for EKF position reset delta 9 years ago
Randy Mackay adee13d729 AC_WPNav: handle ekf position reset in Loiter and Brake 9 years ago
Randy Mackay 94adaba305 AP_NavEKF2: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 3f29365cae AP_NavEKF: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 4e959ef6f9 AP_AHRS: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 52ed075405 AP_NavEKF2: constify getLastYawResetAngle 9 years ago
Randy Mackay 758c5a7d7f AP_NavEKF: constify getLastYawResetAngle 9 years ago
Randy Mackay 7c20577ee0 AP_AHRS: constify getLastYawResetAngle 9 years ago
Randy Mackay 040ec481f4 AC_WPNav: loiter uses pos_control.shift_pos_xy_target 9 years ago
Randy Mackay 550ba478c9 AC_PosControl: add shift_pos_xy_target 9 years ago
Randy Mackay 16a0281c92 AC_PosControl: remove unused set_vel_target 9 years ago
Paul Riseborough 0b1a6a2157 AP_NavEKF2: Clean up GPS timeout logic 9 years ago
Paul Riseborough f67f6b01f4 AP_AHRS: Publish the EKF position and velocity reset deltas 9 years ago
Paul Riseborough 74da4d8e57 AP_NavEKF2: Remove GPS glitch offset logic 9 years ago
Paul Riseborough 4fdec67546 AP_NavEKF2: Publish the position and velocity state reset deltas 9 years ago
Paul Riseborough 7c40448bab AP_NavEKF: Remove GPS glitch offset logic 9 years ago
Paul Riseborough 5489ff9118 AP_NavEKF: publish position and velocity state reset data 9 years ago
Tom Pittenger 0d36c4c07b GCS_MAVLink: version update after generate 9 years ago
Tom Pittenger bf9d4b5898 GCS_MAVLink: generate adds abort Alt label in MAV_CMD_NAV_LAND 9 years ago
Randy Mackay c52f16b86f AC_WPNav: increase param description max for LOIT_JERK 9 years ago
Randy Mackay 606a0e0d0b Copter: set jerk to default for circle and guided 9 years ago
Randy Mackay 49c4a133d7 AC_WPNav: set jerk separately for wpnav and loiter 9 years ago
Randy Mackay ee0abb1750 AC_PosControl: add set_jerk_xy 9 years ago
Jonathan Challinger 853f8bfaf4 AC_WPNav: stop gradually in loiter 9 years ago
Leonard Hall 411e75b917 Copter: feed forward only used for AltHold, Loiter, PosHold 9 years ago
Randy Mackay 73f4533995 AC_PosControl: minor comment update 9 years ago
Randy Mackay 895a40893d AC_PosControl: use_desvel_ff flag added 9 years ago
Leonard Hall aec66c5db6 AC_PosControl: faster z-axis slowdown when over speed 9 years ago