24 Commits (48753c618252f590c5a74d3ca2263b972511bad1)

Author SHA1 Message Date
Andrew Tridgell 31fce44063 AP_L1_Control: use a reference to AHRS 12 years ago
Andrew Tridgell 08ec43ef89 AP_L1_Control: use get_position() 12 years ago
Andrew Tridgell b74ed795f2 AP_L1_Control: removed _maxf() and _geo2planar() functions 12 years ago
Andrew Tridgell 653fa5a191 AP_L1_Control: adjust position for GPS lag 12 years ago
Andrew Tridgell fd4bceaafe AP_L1_Control: avoid using float global coordinates 12 years ago
Andrew Tridgell df8e8c64e8 AP_L1_Control: use projected position for turns 12 years ago
Andrew Tridgell 9c88872ad0 AP_L1_Control: use a better ground speed estimate at low speeds 12 years ago
Andrew Tridgell 953051b49e AP_L1_Control: added lateral acceleration interface 12 years ago
Andrew Tridgell cf4a74cfb8 AP_L1_Control: fix for new AP_Math API 12 years ago
Paul Riseborough 0c64c800b3 AP_L1_Control : Fixed bug in track capture angle limit 12 years ago
Andrew Tridgell 097718e833 AP_L1_Control: scale loiter and wp radius with altitude 12 years ago
Andrew Tridgell 86db955ac9 AP_L1_Control: fixed indent-tabs-mode 12 years ago
Paul Riseborough 9f309a2aa6 AP_L1_Control: Remove potential nan errors 12 years ago
Andrew Tridgell 9654546b5a AP_L1_Control: Cleaned up calculation of damping to reduce computations 12 years ago
Andrew Tridgell ba83950fc4 libraries: replace constrain() with constrain_float() 12 years ago
Andrew Tridgell c067fa2660 L1_Control: make NAVL1_DAMPING docs clearer 12 years ago
priseborough 84ed37938d Plane : AP_L1_Control : Replaced division by constants with multiplies and adjusted default L1 period to 25 seconds 12 years ago
priseborough 9ff0888a17 AP_L1_Control : Fixed potential divide by zero in Nu1 angle calculation 12 years ago
Andrew Tridgell 97bfd16bd1 L1_Control: constrain the roll to handle floating point errors 12 years ago
Andrew Tridgell 571c48b9d5 L1_Control: cleanup some unused code and variables 12 years ago
priseborough a423d102e0 Plane : AP_L1_Control : Fix wrong way turn behaviour on loiter entry 12 years ago
Andrew Tridgell 181f7368a3 AP_L1_Control: change turn_distance() to be min of wp_radius and L1 distance 12 years ago
Andrew Tridgell dca597cda1 L1_Control: added a comment on speed of the L1 control code 12 years ago
Brandon Jones a3c2851120 AP_L1_Control: Addition of library for geometry calculations required for L1 Control. 12 years ago