22452 Commits (1581a5e354701eba8aa2ee0dcac810033119a678)
 

Author SHA1 Message Date
Tom Pittenger 4a6dd5a781 Plane: reset baro drift when setting home while disarmed 9 years ago
Gustavo Jose de Sousa 472dae3ed9 waf: don't use hard-coded path for environment cache path 9 years ago
Glody Guo cda21a3d78 Fix argument 'valgrind' issue about fly.CopterAVC test 9 years ago
Andrew Tridgell 7b47d54d6b AP_Common: workaround for SITL on windows 9 years ago
Andrew Tridgell e3b2e90a27 Plane: cleanup unnecessarily complex gcs[] usage 9 years ago
Andrew Tridgell e4948544e7 Copter: cleanup unnecessarily complex gcs[] usage 9 years ago
Andrew Tridgell 7957f25f32 Rover: cleanup unnecessarily complex gcs[] usage 9 years ago
Andrew Tridgell 23197b0689 AntennaTracker: cleanup unnecessarily complex gcs[] usage 9 years ago
Lucas De Marchi fa6f2c6b67 AP_Math: fix some coding style mistakes 9 years ago
Gustavo Jose de Sousa 0c31354539 AP_Compass: implement completion mask 9 years ago
Gustavo Jose de Sousa 390b196eda AP_Math: AP_GeodesicGrid: add notice for auto generated code 9 years ago
Gustavo Jose de Sousa b3068baa11 AP_Math: add geodesic_grid toolset 9 years ago
Gustavo Jose de Sousa 9d34b3b996 AP_Math: AP_GeodesicGrid: make all methods static 9 years ago
Gustavo Jose de Sousa 3b05ec1157 AP_Math: make vectors and matrix constructors constexpr 9 years ago
Gustavo Jose de Sousa 77223a7fcb AP_Math: AP_GeodesicGrid: make data static 9 years ago
Gustavo Jose de Sousa fd2428db34 AP_Math: AP_GeodesicGrid: reduce number of _neighbor_umbrellas items 9 years ago
Gustavo Jose de Sousa 43d9e00ab7 AP_Math: AP_GeodesicGrid: use uint8_t for _neighbor_umbrellas 9 years ago
Gustavo Jose de Sousa 54889e4175 AP_Math: AP_GeodesicGrid: reduce number of inverses by half 9 years ago
Gustavo Jose de Sousa f31161ecb6 AP_Math: AP_GeodesicGrid: remove triangles 9 years ago
Gustavo Jose de Sousa b34c04a4f9 AP_Math: test_geodesic_grid: test also non-centroid vectors 9 years ago
Gustavo Jose de Sousa 8e8ab3af96 AP_Math: AP_GeodesicGrid: remove section_triangle() function 9 years ago
Gustavo Jose de Sousa c7eb46fae2 AP_Math: AP_GeodesicGrid: optimize _from_neighbor_umbrella() 9 years ago
Gustavo Jose de Sousa eb90ef23a1 AP_Math: AP_GeodesicGrid: fix algorithm for null vector 9 years ago
Gustavo Jose de Sousa c28c3265c8 AP_Math: AP_GeodesicGrid: optimize with neighbor umbrellas 9 years ago
Gustavo Jose de Sousa 0ff05b7af3 AP_Math: test_geodesic_grid: test triangles indexes 9 years ago
Gustavo Jose de Sousa 4398e1e49b AP_Math: AP_GeodesicGrid: change order of triangles 9 years ago
Gustavo Jose de Sousa ea412ad629 AP_Math: benchmark_geodesic_grid: add benchmark 9 years ago
Gustavo Jose de Sousa 797a2da031 AP_Math: test_geodesic_grid: test when inclusive=true 9 years ago
Gustavo Jose de Sousa b299261ad4 AP_Math: AP_GeodesicGrid: add first implementation 9 years ago
Gustavo Jose de Sousa 3f2ad764ca AP_Math: Matrix3: add inverse() and invert() functions 9 years ago
Gustavo Jose de Sousa 06eea2838f AP_Math: Matrix3: add det() function 9 years ago
Gustavo Jose de Sousa fe4aaaac95 tests: add macro for printing test parameter 9 years ago
Gustavo Jose de Sousa 26959f1448 AP_Math: define golden ratio constant 9 years ago
dgrat 48c243bed0 ArduPlane: Do not use is_zero() for non-float types 9 years ago
dgrat 3bc97ae356 ArduCopter: Do not use is_zero() for non-float types 9 years ago
dgrat f8540f1a80 AP_Compass: Do not use is_zero() for non-float types 9 years ago
dgrat 7ff8004f8f AP_Math: Replace is_zero() with a template function 9 years ago
Tom Pittenger ebd993dabb AP_Arming: updated z-axis accel threshold comment 9 years ago
Lucas De Marchi 368a72044c APMrover2: fix indentation leading to compiler warning 9 years ago
Tom Pittenger 7af888633d Plane: 3of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Tom Pittenger 9073ac91ff AP_Mission: 2of3 add loiter_xtrack option flag for post-loiter navigation via param4 9 years ago
Tom Pittenger 02eeb2d4f0 AP_Common: 1of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Gustavo Jose de Sousa 2246343ec7 AP_HAL_SITL: pass signed value to abs() 9 years ago
Lucas De Marchi 421b9ef54a AP_Mount do not use flexible array in union 9 years ago
Lucas De Marchi 39bd196481 AP_GPS: do not use flexible array in union 9 years ago
Gustavo Jose de Sousa d615628367 AP_HAL_Linux: I2CDevice: add missing stdio.h include 9 years ago
Peter Barker 8d5ceda534 AP_HAL_SITL: ensure specified SITL model is found 9 years ago
Peter Barker 27e7c870ed Tools: remove absolute paths in run_in_terminal_window 9 years ago
Andrew Tridgell 4116f80901 Replay: added --no-params option 9 years ago
Andrew Tridgell 8ec0e687db mk: don't make mavlink generation depend on CHECK_MODULES 9 years ago