56 Commits (bd904f890f42c89ecdb402094ca704a003f54a57)

Author SHA1 Message Date
Peter Barker 59cd9ad0a6 AP_InertialNav: rename get_velocity_xy to get_speed_xy 6 years ago
Michael du Breuil c7250f0c43 AP_InertialNav: Remove unneeded AP_Buffer include 6 years ago
Peter Barker c3eff57f60 AP_InertialNav: remove unused get_hgt_ctrl_limit 7 years ago
Randy Mackay e7ba2420c1 AP_InertialNav: expose get_hgt_ctrl_limit to parent class 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi 79837c343f AP_InertialNav: replace header guard with pragma once 9 years ago
Lucas De Marchi c007720fb7 AP_HAL_InertialNav: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 669ccd439e AP_InertialNav: standardize inclusion of libaries headers 10 years ago
Randy Mackay 558018d839 InertialNav: add get_location method 10 years ago
Randy Mackay 4461952534 InertialNav: remove GPS glitch protection and baro reference 10 years ago
Randy Mackay 7221070533 InertialNav: make parent virtual 10 years ago
Randy Mackay c54b5b9af9 InertialNav: remove baro glitch protection 10 years ago
Andrew Tridgell d5e129457e AP_InertialNav: fixed example builds 10 years ago
Jonathan Challinger c95e7b2282 AP_InertialNav: add get_origin function 10 years ago
Randy Mackay 5d80481723 InertialNav: get_filter_status replaces position_ok 10 years ago
Jonathan Challinger 5e381280dc AP_InertialNav: update properly if home position moves 10 years ago
Randy Mackay 102b71cde3 InertialNav: add credit to Tony Lambregts 11 years ago
Randy Mackay 538372c02c InertialNav: remove accessor to set time_constants 11 years ago
Randy Mackay 322f527c4f InertialNav: skip baro updates when glitching 11 years ago
Randy Mackay e27ff75a71 AP_InertialNav: remove virtual qualifier from error_count 11 years ago
Randy Mackay 9e2cd93b2d AP_InertialNav: init members to reduce compiler warnings 11 years ago
lthall 4072fcd99e Inav: use horizontal body frame for accel corrections 11 years ago
Randy Mackay 0e065e4894 AP_InertialNav: get_velocity_xy const 11 years ago
Andrew Tridgell d04d33a02d AP_InertialNav: convert to new GPS API 11 years ago
Andrew Tridgell c995f994c5 AP_InertialNav: make some functions protected 11 years ago
Andrew Tridgell 47f541e143 AP_InertialNav: implement InertialNav in terms of AHRS when available 11 years ago
Andrew Tridgell 658110dd8c AP_InertialNav: added AP_InertialNav_NavEKF wrapper class 11 years ago
Andrew Tridgell 99097d80a1 AP_InertialNav: use AHRS home location 11 years ago
Andrew Tridgell cfc612b251 AP_InertialNav: use references to AHRS and baro 11 years ago
Randy Mackay dacca04b21 INav: record error_count when GPS msg is late 11 years ago
Jason Short 2de6dbd3d8 InertialNav: added get_velocity_xy 11 years ago
Randy Mackay 4348a272bf AP_InertialNav: remove unused velocity fns 11 years ago
Randy Mackay 8fc16d5cdf AP_InertialNav: add comments, make ahrs const from neurocopter 11 years ago
Tobias c9f68fcd1b AP_InertialNav: remove unused AP_InertialSensor pointer 11 years ago
Tobias cbff58e2ed AP_InertialNav: add comments, rename incorrectly named member, 11 years ago
Randy Mackay 262fcb301a InertialNav: rename set_current_position to set_home_position 12 years ago
Randy Mackay 81dd4f8b0c InertialNav: integrate GPS glitch detection 12 years ago
Randy Mackay c20eac7a70 AP_InertialNav: use standard LATLON_TO_CM, DEG_TO_RAD constants 12 years ago
Randy Mackay 8122a32114 InertialNav: reduce XY TC to 2.5 (was 3) 12 years ago
Andrew Tridgell 3d325043b0 AP_InertialNav: make some more functions const 12 years ago
Andrew Tridgell 0a25d6220a AP_InertialNav: initialise _gps_last_time 12 years ago
Randy Mackay fc972e2d42 InertialNav: add get_velocity method 12 years ago
Randy Mackay cdb532a594 Copter: bug fix for loiter target 12 years ago
Randy Mackay 777c6a308e AP_InertialNav: use shared GRAVITY_MSS constant 12 years ago
Randy Mackay 6816c45c39 InertialNav: reduce Z-axis time constant to 5 12 years ago
Randy Mackay 38e81adae0 InertialNav: remove unnecessary "virtual" from function definitions 12 years ago
rmackay9 6f1035debc InertialNav: added 300ms timeout after which error from gps heading will be set to zero 12 years ago
Jonathan Challinger 6565d83e73 InertialNav: Fixed signs, remove body-frame rotation, apply correction at 100hz. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Randy Mackay 109b1069d8 AP_InertialNav: added constraint to how large local accelerometer offset corrections can become 12 years ago