aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | pos estimator inav: revert to local map projectionThomas Gubler2014-04-291-8/+16
| * | | | | | | | mc pos ctrl: revert to local map projectionThomas Gubler2014-04-291-3/+6
| * | | | | | | | navigator: update mapprojection usageThomas Gubler2014-04-291-2/+2
| * | | | | | | | mavlink interface: update mapprojection usageThomas Gubler2014-04-291-2/+2
| * | | | | | | | fw_att_pos_estimator: use new global map projectionThomas Gubler2014-04-291-4/+4
| * | | | | | | | navigator: set reference for map projection only onceThomas Gubler2014-04-251-2/+5
| * | | | | | | | commander: set home position valid flagThomas Gubler2014-04-251-0/+4
| * | | | | | | | uorb home position topic: add valid flagThomas Gubler2014-04-251-0/+1
| * | | | | | | | position estimator mc: do not initialize map projection because this is now h...Thomas Gubler2014-04-251-5/+0
| * | | | | | | | pos estimator inav: use map_projection_reference to set local pos reference l...Thomas Gubler2014-04-251-2/+2
| * | | | | | | | Merge remote-tracking branch 'upstream/mpc_rc' into geoThomas Gubler2014-04-2516-475/+356
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fw att pos estimator: use map projection reference values for local posThomas Gubler2014-04-251-4/+3
| * | | | | | | | | mavlink receiver: in hil use map_projection_timestamp for hil_local_pos.ref_t...Thomas Gubler2014-04-251-1/+1
| * | | | | | | | | navigator: set home_pos timestamp as map projection reference timestampThomas Gubler2014-04-251-2/+2
| * | | | | | | | | rename map_projection_inited to map_projection_initializedThomas Gubler2014-04-241-2/+2
| * | | | | | | | | pos estimator inav: check if map projection is initializedThomas Gubler2014-04-241-4/+4
| * | | | | | | | | mc pos control: map projection init not needed anymoreThomas Gubler2014-04-241-2/+0
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into geoThomas Gubler2014-04-241-0/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | mavlink receiver: hil: local pos reference lat lon from first dataThomas Gubler2014-04-241-1/+0
| * | | | | | | | | | navigator: init map projection on home pos updateThomas Gubler2014-04-241-0/+2
| * | | | | | | | | | towards a global map projection instance, WIP: need to remove local updates o...Thomas Gubler2014-04-244-26/+13
* | | | | | | | | | | INAV: Add braces to ensure statements are evaluated correctlyLorenz Meier2014-08-131-3/+3
* | | | | | | | | | | Merged master into vision_estimateLorenz Meier2014-08-1325-408/+526
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | List command bug fix, easier debuggingDon Gagne2014-08-122-21/+41
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #1265 from PX4/FTPLorenz Meier2014-08-102-8/+42
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | More FTP supportDon Gagne2014-08-102-8/+42
| * | | | | | | | | | | Add default initializers and timestamp in local positionLorenz Meier2014-08-103-4/+7
| * | | | | | | | | | | Updated MAVLink to latest revisionLorenz Meier2014-08-102-136/+49
| * | | | | | | | | | | Merge pull request #886 from PX4/smooth_pos_holdLorenz Meier2014-08-092-142/+148
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | mc_pos_control: more accurate position setpoint reset, keep attitude setpoint...Anton Babushkin2014-08-081-3/+6
| | * | | | | | | | | | | mc_pos_control: manual and offboard control reorganization and cleanupAnton Babushkin2014-08-082-139/+140
| | * | | | | | | | | | | Merge branch 'master' into smooth_pos_holdAnton Babushkin2014-08-0710-60/+99
| | |\| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into smooth_pos_holdAnton Babushkin2014-08-02256-15248/+20564
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into smooth_pos_holdAnton Babushkin2014-05-032-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | mc_pos_control: use MPC_XXX_FF to adjust setpoint on resetAnton Babushkin2014-05-011-3/+5
| | * | | | | | | | | | | | | mc_pos_control: use current velocity to calculate position setpoint on reset ...Anton Babushkin2014-05-011-3/+3
| * | | | | | | | | | | | | | Introduce similar checks fo all other health checks in the filterLorenz Meier2014-08-071-2/+19
| * | | | | | | | | | | | | | Do not fuse height after innovation consistency check failLorenz Meier2014-08-071-1/+9
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #1254 from PX4/tecs_loggingLorenz Meier2014-08-065-17/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add TECS loggingLorenz Meier2014-08-031-0/+47
| | * | | | | | | | | | | | | Remove airspeed and altitude raw data from TECS log, as we have these quantit...Lorenz Meier2014-08-034-17/+11
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #1258 from PX4/uavcan_fixLorenz Meier2014-08-061-22/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | UAVCAN ESC mixer: removed the failsafe placeholder, it's no use herePavel Kirienko2014-08-061-5/+0
| | * | | | | | | | | | | | | uavcan: fix actuator groups subcriptions and poll()Anton Babushkin2014-08-021-17/+19
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Fix broken arming unit testDon Gagne2014-08-041-5/+5
| * | | | | | | | | | | | | Add fRunPreArmChecks flagDon Gagne2014-08-042-7/+8
| * | | | | | | | | | | | | Update arming_state_transition callsDon Gagne2014-08-041-9/+9
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'uavcan_node_info'Pavel Kirienko2014-08-021-10/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | UAVCAN: Fixed short git hash computationPavel Kirienko2014-08-021-10/+7
| * | | | | | | | | | | | | Warn on far waypointsLorenz Meier2014-08-011-0/+4