aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2
Commit message (Collapse)AuthorAgeFilesLines
* Shortened encoder logging names.James Goppert2014-11-022-14/+14
|
* Encoder logging support.James Goppert2014-11-022-1/+26
|
* Made some space for FDs - needs proper fix, but will give hackers some reliefLorenz Meier2014-10-241-4/+19
|
* Reset performance counters on arming to allow better resolution during flightLorenz Meier2014-10-171-0/+3
|
* ESC status - supporting negative RPMPavel Kirienko2014-10-151-2/+2
|
* Update ORB topic 'esc_status'Pavel Kirienko2014-10-131-7/+7
|
* add logging for gpos terrain altThomas Gubler2014-09-012-2/+8
|
* sdlog2: minor improvementsNuno Marques2014-08-251-3/+3
|
* sdlog2: minor correctionsNuno Marques2014-08-251-8/+8
|
* sdlog2: added BOTTOM_DISTANCE againNuno Marques2014-08-251-1/+8
|
* sdlog2: update vision log fieldsNuno Marques2014-08-252-10/+19
|
* sdlog2: added vision estimate loggingNuno Marques2014-08-251-8/+17
|
* sdlog2: add vision log structNuno Marques2014-08-251-0/+11
|
* Remove airspeed and altitude raw data from TECS log, as we have these ↵Lorenz Meier2014-08-032-7/+3
| | | | quantities already in the system log
* Merge pull request #1199 from PX4/navlogfixLorenz Meier2014-07-181-11/+14
|\ | | | | Nav log fix
| * Log nav modeLorenz Meier2014-07-171-11/+14
| |
* | mtecs: add altitude prefilteringThomas Gubler2014-07-172-1/+3
|/
* sdlog2: Add support for up to three IMU sensorsLorenz Meier2014-07-152-3/+73
|
* sdlog2: TEL message format fixedAnton Babushkin2014-07-061-4/+4
|
* telemetry_statur: use 4 separate topicsAnton Babushkin2014-07-063-26/+48
|
* Merged master to gnss_reworkLorenz Meier2014-07-021-3/+3
|\
| * Fix sdlog2 GPS time copy for log_on_start situationLorenz Meier2014-07-021-1/+1
| |
| * Merge pull request #984 from PX4/rc_channelsLorenz Meier2014-06-301-2/+2
| |\ | | | | | | rc_channels cleanup
| | * rc_channels topic cleanupAnton Babushkin2014-05-201-2/+2
| | |
* | | Merged upstream master into gnss_rework branchKynos2014-06-302-24/+116
|\| |
| * | Merge branch 'master' of github.com:PX4/Firmware into ↵Lorenz Meier2014-06-292-1/+3
| |\ \ | | | | | | | | | | | | navigator_rewrite_estimator
| | * \ Merge pull request #1089 from PX4/navigator_rewriteLorenz Meier2014-06-291-4/+4
| | |\ \ | | | | | | | | | | Navigator rewrite
| | | * \ Merge remote-tracking branch 'px4/mtecs' into navigator_rewriteJulian Oes2014-06-271-1/+1
| | | |\ \
| | * | | | mtecs: add flightpathangle filterThomas Gubler2014-06-292-1/+3
| | | |/ / | | |/| |
| * | | | Merge branch 'navigator_rewrite' into navigator_rewrite_estimatorJulian Oes2014-06-181-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | commander: failsafe_state removed, replaced with bool failsafe, navigation ↵Anton Babushkin2014-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | state and failsafe determined directly from main state and conditions
| * | | | Merge remote-tracking branch 'upstream/mtecs_estimator' into ↵Thomas Gubler2014-06-151-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | navigator_rewrite_estimator
| | * \ \ \ Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimatorThomas Gubler2014-06-151-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | sdlog2/mtecs: fix length of field nameThomas Gubler2014-06-141-1/+1
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/mtecs' into mtecs_estimatorThomas Gubler2014-06-122-1/+3
| | |\| | |
| * | | | | Merge remote-tracking branch 'upstream/navigator_rewrite' into ↵Thomas Gubler2014-06-112-1/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | navigator_rewrite_estimator
| | * | | | Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-112-1/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mtecs: filter airspeedThomas Gubler2014-06-112-1/+3
| | | | | |
| * | | | | Merge remote-tracking branch 'px4/mtecs_estimator' into ↵Julian Oes2014-06-072-20/+36
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | | | | | | | | | | navigator_rewrite_estimator Conflicts: src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
| | * | | sdlog2: Fix estimator state labelsLorenz Meier2014-06-051-1/+1
| | | | |
| | * | | Fix format specifierLorenz Meier2014-06-041-1/+1
| | | | |
| | * | | Log extended estimator statusLorenz Meier2014-06-042-20/+36
| | |/ /
| * | | Merge remote-tracking branch 'px4/mtecs' into navigator_rewriteJulian Oes2014-06-062-1/+31
| |\| |
| | * | Fix log format specifierLorenz Meier2014-06-011-1/+1
| | | |
| | * | sdlog2: Logging wind estimate at low rateLorenz Meier2014-06-012-0/+27
| | | |
| | * | sdlog2: log mtecs modeThomas Gubler2014-05-302-1/+4
| | | |
| * | | Merge branch 'mtecs' into navigator_rewriteJulian Oes2014-06-032-0/+42
| |\| |
| | * | fix typo in commentThomas Gubler2014-05-261-1/+1
| | | |
| | * | sdlog: log tecs status messagesThomas Gubler2014-05-242-0/+42
| | | |
| * | | navigator: mission class added (WIP)Julian Oes2014-06-031-1/+1
| | | |