aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2.c
Commit message (Expand)AuthorAgeFilesLines
* Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-2/+2
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-16/+16
* Merged masterLorenz Meier2013-07-151-3/+64
|\
| * sdlog2: Global Position Set Point message added, vehicle_global_position_setp...Anton Babushkin2013-07-121-1/+30
| * Merged mkblctrlLorenz Meier2013-07-081-1/+33
| |\
| | * Version from esc_status topic added to sdlog2marco2013-07-071-0/+1
| | * mkclctrl 8/11Bit support, uOrb Topic added, ESC Topic to Sdlog2 addedmarco2013-07-021-1/+32
* | | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-4/+12
|\| |
| * | Merge branch 'master' of github.com:PX4/Firmware into origin_integrationLorenz Meier2013-07-021-3/+11
| |\|
| | * Merge pull request #314 from DrTon/att_control_der_fixsjwilks2013-07-021-2/+2
| | |\
| | | * Copyright fixesAnton Babushkin2013-06-221-2/+2
| | * | Added global position to loggingLorenz Meier2013-06-301-1/+9
| * | | Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-301-1/+10
| |\| |
| * | | Merged masterLorenz Meier2013-06-211-63/+91
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-171-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-171-1/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into integrationLorenz Meier2013-06-131-15/+23
| |\ \ \ \ \
| * \ \ \ \ \ mergedLorenz Meier2013-06-071-22/+71
| |\ \ \ \ \ \
| * | | | | | | Tracked task_spawn API changes for sdlog2 and att_estm_so3_compLorenz Meier2013-06-061-1/+1
* | | | | | | | Corrected merge mistakeJulian Oes2013-06-271-1/+0
* | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-271-3/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | sdlog2: bugfix in FLOW messageAnton Babushkin2013-06-251-1/+1
| * | | | | | | sdlog2: FLOW message added, bug fixed in optical_flow topicAnton Babushkin2013-06-251-1/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added Flow messages to sdlog2Julian Oes2013-06-241-2/+8
* | | | | | | Merge remote-tracking branch 'drton/pid_fixes_drton_debug' into new_state_mac...Julian Oes2013-06-201-0/+3
|\ \ \ \ \ \ \
| * | | | | | | sdlog2: add angular accelerations to ATT messageAnton Babushkin2013-06-201-0/+3
| * | | | | | | Merge remote-tracking branch 'upstream/master' into pid_fixesJulian Oes2013-06-191-64/+110
| |\| | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-181-17/+33
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | sdlog2 bugs fixedAnton Babushkin2013-06-181-17/+33
* | | | | | | | Corrected number of ORB structs in sdlog2Julian Oes2013-06-171-1/+1
* | | | | | | | Merge remote-tracking branch 'drton/sdlog2' into new_state_machineJulian Oes2013-06-171-46/+75
|\| | | | | | |
| * | | | | | | Critical bug fixed, cleanupAnton Babushkin2013-06-171-46/+34
| * | | | | | | Merge branch 'master' into sdlog2Anton Babushkin2013-06-171-1/+18
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Fixed too low stack sizesLorenz Meier2013-06-171-1/+1
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Increase array size.Simon Wilks2013-06-151-1/+1
| | * | | | | Log airspeed.Simon Wilks2013-06-151-0/+17
| | | |_|_|/ | | |/| | |
| * | | | | ATSP.ThrustSP addedAnton Babushkin2013-06-161-0/+1
| * | | | | sdlog2: ARSP (attitude rates setpoint) message added, attitude rates added to...Anton Babushkin2013-06-131-1/+24
| |/ / / /
* | | | | Merge branch 'pid_fixes' into new_state_machineJulian Oes2013-06-161-14/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Logging of ctrl debug values working nowJulian Oes2013-06-161-1/+1
| * | | | Count and write for control debug loging was missing (still not working)Julian Oes2013-06-161-0/+2
| * | | | Just include the rate controls for nowJulian Oes2013-06-161-9/+0
| * | | | Added ctrl debugging valuesJulian Oes2013-06-161-1/+35
| |/ / /
* | | | Tried to add ctrl debug values to sdlog2 (WIP)Julian Oes2013-06-161-10/+14
* | | | Added ctrl debugging valuesJulian Oes2013-06-161-1/+35
* | | | Fixed bug that I introduced in sdlog2Julian Oes2013-06-161-10/+22
* | | | Introduced new actuator_safety topicJulian Oes2013-06-141-7/+16
* | | | Two hacks here to make it compileJulian Oes2013-06-121-7/+13
|/ / /
* | / sdlog2: RC (RC controls) and OUT0 (actuator 0 output) messages added, print s...Anton Babushkin2013-06-081-15/+23
| |/ |/|
* | sdlog2 minor fixAnton Babushkin2013-06-071-3/+0