aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Proper IO miltiplexing libuavcan + ORBPavel Kirienko2014-05-082-27/+44
| * | | | | UAVCAN ESC controller - proof of concept statePavel Kirienko2014-05-085-45/+265
| * | | | | Warning fixesPavel Kirienko2014-05-081-2/+2
| * | | | | UAVCAN mixer renamed to /dev/uavcan/escPavel Kirienko2014-05-082-2/+2
| * | | | | Merge branch 'master' into uavcanLorenz Meier2014-05-082-2/+3
| |\ \ \ \ \
| * | | | | | UAVCAN quad X autostart setupLorenz Meier2014-05-084-1/+48
| * | | | | | UAVCAN: Fix start / stop commandsLorenz Meier2014-05-081-6/+16
| * | | | | | UAVCAN: improve printing, ready for full closed loop testLorenz Meier2014-05-082-8/+47
| * | | | | | UAVCAN: Fixed all compile errorsLorenz Meier2014-05-082-47/+123
| * | | | | | Added mixing code, not complete, not compiliingLorenz Meier2014-05-082-8/+273
| * | | | | | Fixed printing of bit rateLorenz Meier2014-05-071-3/+3
| * | | | | | Fixed comments and code style of UAVCAN nodeLorenz Meier2014-05-073-17/+55
| * | | | | | Merged master into uavcanLorenz Meier2014-05-07114-6672/+893
| |\ \ \ \ \ \
| * | | | | | | Catching up with libuavcan - some preprocessor symbols are no longer required...Pavel Kirienko2014-05-071-3/+3
| * | | | | | | Removed the placement new workaround. It seems like we can pull <new> from th...Pavel Kirienko2014-05-071-2/+1
| * | | | | | | Working UAVCAN node. No application logic is implemented yet; the node just p...Pavel Kirienko2014-05-073-34/+151
| * | | | | | | Added workaround for hardware issue on Pixhawk v1Pavel Kirienko2014-05-062-2/+8
| * | | | | | | Fixed hardcoded include pathPavel Kirienko2014-05-062-3/+4
| * | | | | | | Initial UAVCAN integration. The library compiles successfully, CAN driver app...Pavel Kirienko2014-05-069-1/+283
* | | | | | | | Merge pull request #1211 from PX4/battloadLorenz Meier2014-07-217-29/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | Rely on theoretical value, as the closed-loop test with multimeter suggests t...Lorenz Meier2014-07-211-1/+1
| * | | | | | | | Cross-check with nominal values from dividerLorenz Meier2014-07-211-2/+4
| * | | | | | | | Fix missing line endingsLorenz Meier2014-07-212-2/+2
| * | | | | | | | Fix comment, missing brace in commentLorenz Meier2014-07-211-1/+1
| * | | | | | | | Fit IO voltage estimation using a new dataset, cross-validated with a second ...Lorenz Meier2014-07-211-18/+5
| * | | | | | | | Add PX4IO voltage dataset and linear fitLorenz Meier2014-07-212-0/+84
| * | | | | | | | Final value for battery load param defaultLorenz Meier2014-07-211-1/+1
| * | | | | | | | commander: Add missing parameter definitionLorenz Meier2014-07-202-1/+11
| * | | | | | | | Fixed load voltage calculationLorenz Meier2014-07-201-1/+2
| * | | | | | | | Set full voltage correctly to ensure percentage range fits. Force all users t...Lorenz Meier2014-07-202-4/+4
| * | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into battloadLorenz Meier2014-07-2016-49/+294
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1216 from PX4/arming_feedbackLorenz Meier2014-07-202-11/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Commander: Print technical feedback as last resort if no feedback was provide...Lorenz Meier2014-07-201-7/+17
| * | | | | | | | | commander: Explain sensor arming fail case to usersLorenz Meier2014-07-201-0/+1
| * | | | | | | | | Do not confuse operators / users with technical error messagesLorenz Meier2014-07-201-5/+2
| * | | | | | | | | commander: Do not confuse developers with wrong comments, do not confuse user...Lorenz Meier2014-07-201-2/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1214 from PX4/inav_params_descrLorenz Meier2014-07-191-0/+174
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | position_estimator_inav: parameters descriptions addedAnton Babushkin2014-07-191-0/+174
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1205 from PX4/forcefailLorenz Meier2014-07-1910-27/+79
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | report error in pwm command if anyLorenz Meier2014-07-191-0/+4
| * | | | | | | | | add missing hint to pwm usageLorenz Meier2014-07-191-1/+1
| * | | | | | | | | Merge branch 'forcefail' of github.com:PX4/Firmware into forcefailLorenz Meier2014-07-1923-301/+97
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | parse flighttermination commandThomas Gubler2014-07-192-13/+9
| | * | | | | | | | | pwm: add missing exitThomas Gubler2014-07-191-2/+2
| | * | | | | | | | | really checkout latest mavlink masterThomas Gubler2014-07-191-0/+0
| | * | | | | | | | | checkout latest mavlink masterThomas Gubler2014-07-191-0/+0
| | * | | | | | | | | px4io driver: force failsafe depending on actuator armedThomas Gubler2014-07-192-8/+15
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into forcefailThomas Gubler2014-07-1917-279/+72
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix unused paramsLorenz Meier2014-07-191-9/+0
* | | | | | | | | | | Revert "Remove MT_ENABLED param and handles"Lorenz Meier2014-07-193-0/+14