71 Commits (d9ad3eeab07eedfaf9793c8d9b95c8e0d467b0df)

Author SHA1 Message Date
Andrew Tridgell 7c57fb0c31 AP_L1_Control: lower default L1 period 7 years ago
Randy Mackay 4f0b26bd48 AP_L1_Control: update_waypoint gets dist_min argument 7 years ago
Andrew Tridgell 31092da426 AP_L1_Control: removed create() method for objects 7 years ago
Randy Mackay 002d3f08f6 AP_L1_Control: update_waypoint zeros xtrack i term on init 7 years ago
Tom Pittenger 39dc608bea AP_L1: update constraint Nu comment to match sourcecode 7 years ago
Lucas De Marchi 67e02e3c55 AP_L1_Control: add static create method 7 years ago
Michael du Breuil 2894b7cbea L1_Control: Ensure that LIM_BANK passes a sea level sanity check 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 5a9baaa8b3 AP_L1_Control: Use SI units conventions in parameter units 8 years ago
Michael du Breuil 93a18e7dc8 L1: Add loiter radius scaling based upon bank limits at sea level 8 years ago
Peter Barker 755e76ced9 AP_L1_Control: add missing parameter metadata 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Grant Morphett b56799f444 AP_L1_Control: Adding support for rover's operating in reverse 9 years ago
Tom Pittenger be752164f4 Revert "AP_L1_Control: coverity scan - variables not initialized in constructor" 9 years ago
Tom Pittenger 5f16d873b8 AP_L1_Control: coverity scan - ignoring get_position() result 9 years ago
Tom Pittenger d558f32142 AP_L1_Control: coverity scan - variables not initialized in constructor 9 years ago
Lucas De Marchi 6f87195eb7 AP_L1_Control: remove tabs and trailing whitespaces 9 years ago
dgrat 6d3b491c02 AP_Math: Replace is_equal with a type safe template function 9 years ago
Randy Mackay a50f5bfaf8 AP_L1_Control: replace fabsf with labs 9 years ago
Randy Mackay b2153fb97f AP_L1_Control: remove unused _xtrackVelPos 9 years ago
Tom Pittenger 25c3367341 AP_L1 - add a stale flag 9 years ago
Tom Pittenger 2ce964c8ac AP_L1_Controller: add accessor for xtrack_error_integrator 9 years ago
Andrew Tridgell eb89b5bbb6 AP_L1_Control: prevent possibly fly-away when passed waypoint in L1 9 years ago
Lucas De Marchi 7ad0036a11 AP_L1_Control: replace header guard with pragma once 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Andrew Tridgell 640332113c AP_L1_Control: calculate dt for crosstracking 9 years ago
Don Gagne e891ae8a89 AP_L1_Control: fix invalid Range meta data 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Lucas De Marchi 266bb3b759 AP_L1_Control: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Jonathan Challinger f0f5239d8f AP_L1_Control: use set_default for runtime param defaults 9 years ago
Tom Pittenger 695efb8df3 AP_L1_Control: added integrator to help xtrack error converge to zero 9 years ago
Gustavo Jose de Sousa 4278bfcec5 AP_L1_Control: standardize inclusion of libaries headers 10 years ago
Tom Pittenger 9ecbd0e30f AP_L1_Control: fixed uTurn-wobble 10 years ago
Andrew Tridgell b21c00fcf9 AP_L1_Control: changed default L1 tuning to 20 10 years ago
Andrew Tridgell 1fc8116069 AP_L1_Control: update NAV_L1_PERIOD docs 10 years ago
Andrew Tridgell 59610ebe88 AP_L1_Control: fixed some warnings 10 years ago
Andrew Tridgell df3c565cd8 AP_L1_Control: prevent another NaN in L1 11 years ago
priseborough bc3c85be20 AP_L1_Control : Fix potential divide by zero error 11 years ago
Andrew Tridgell 5a1aa8dfe7 AP_L1_Control: implement turn_distance() with turn angle 11 years ago
Andrew Tridgell aba11a0634 AP_L1_Control: wrap the target_bearing 11 years ago
Andrew Tridgell b9128a932f AP_L1_Control: no need to project position for lag 11 years ago
Andrew Tridgell cfad814bfb AP_L1_Control: fixed switchover from loiter capture to circling 11 years ago
Paul Riseborough 49fe7fea07 L1_Control : Added hysteresis for rear WP capture 11 years ago
Andrew Tridgell 1393ed58d0 AP_L1_Control: fixed waypoint approach logic 11 years ago
Andrew Tridgell ea9a2eda3f AP_L1_Control: reduced demanded bank angle by cos(pitch) 11 years ago
Andrew Tridgell 341dca4dfe AP_L1_Control: added set_default_period() 12 years ago
Andrew Tridgell 144516c941 AP_L1_Control: set min groundspeed to 0.1 12 years ago
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