22226 Commits (ef61096e0860e29d554d7e426ca4c7ebbed64878)
 

Author SHA1 Message Date
Gustavo Jose de Sousa ef61096e08 AP_Math: geodesic_grid tool: show triangle number for sections too 9 years ago
Gustavo Jose de Sousa a6deb65d95 AP_Math: geodesic_grid tool: add option --section 9 years ago
Lucas De Marchi 524b0870ff Tools: remove unused Linux scripts/sources 9 years ago
Andrew Tridgell f7ac6c8d86 AP_Compass: make internal compasses use a higher cal threshold 9 years ago
Tom Pittenger d67b1edf10 AP_NavEKF2: (potential) compiler warning of float to double promotion 9 years ago
Tom Pittenger 3c6323dd82 AP_TECS: Log TEC2.LF as Aerodynamic Load Factor 9 years ago
Tom Pittenger 36a1054f77 Plane: remove Tom Pittenger as an author since he's now listed as a lead 9 years ago
Tom Pittenger c9167f89eb Plane: add Tom Pittenger as co-lead developer 9 years ago
Tom Pittenger 30c5c9eb5d Plane: log SONR.DistCM in cm as SONR.Dist as meters 9 years ago
Tom Pittenger 00863623d7 Plane: SONR logging, remove BaroAlt,GSpd,Thr 9 years ago
Tom Pittenger 32d51e346d DataFlash: optimize logging climbrate - call function one and reuse result 9 years ago
Tom Pittenger b2fb2f3949 Plane: optimize millis() calls by reusing result 9 years ago
mblsktxy bc5fb10ddc Added name to GIT_Success.txt 9 years ago
Tom Pittenger ad11f3815b AP_HAL_SITL: rename aspd variables to arspd 9 years ago
Tom Pittenger c77a5e6764 SITL: rename aspd variables and params to arspd 9 years ago
Tom Pittenger d55401aa18 AP_Tuning: fixed float->double promotion compiler warning 9 years ago
Tom Pittenger ae91804aaa AP_Arming: updated comment for z-axis accel threshold 9 years ago
Tom Pittenger f9335e9d8c AP_TECS: fixed float->double print warning 9 years ago
Tom Pittenger 1a066cadd2 Plane: fixed float->double print warning 9 years ago
Lucas De Marchi 1ac712fa65 AP_Math: fix is_zero() after template conversion 9 years ago
Tom Pittenger 6746b4227a Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around 9 years ago
Tom Pittenger a1c4103cef Plane: print to GCS the newly calculated glide slope angle 9 years ago
Tom Pittenger f048aafb76 Plane: store auto land slope 9 years ago
Tom Pittenger 034cd2413e Plane: re-calc landing glide slope to gracefully handle baro offset during long flights 9 years ago
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