aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added docsLorenz Meier2013-04-281-0/+16650
|
* Docs changesLorenz Meier2013-04-271-2/+2
|
* Merge pull request #253 from sjwilks/quad_xv_modeLorenz Meier2013-04-265-1/+28
|\ | | | | Add support for quads with offset arms such as the TBS Discovery
| * Update the quad V values.Simon Wilks2013-04-262-8/+8
| |
| * Update the makefile to include the new mixer config.Simon Wilks2013-04-251-0/+1
| |
| * Add a mixer file for the V quadSimon Wilks2013-04-251-0/+7
| |
| * Add support for V for quads with offset arms such as the TBS and SteadiDrone ↵Simon Wilks2013-04-253-1/+20
| | | | | | | | QU4D
* | Use the I2C bus number from the board config, not a hardcoded value.px4dev2013-04-261-1/+2
| |
* | Fix an error in a #errorpx4dev2013-04-261-1/+1
| |
* | Fix the way that we idle the tone_alarm pin so that the board defines what ↵px4dev2013-04-262-4/+5
| | | | | | | | is the 'safe' state.
* | Pass -g to the link phase for PX4IO the same way we do for FMUpx4dev2013-04-261-2/+1
| |
* | Build utility apps -Os to save ROM space.px4dev2013-04-2615-0/+29
| |
* | Hotfix: GPS MAVLink transmission fixesLorenz Meier2013-04-261-5/+13
| |
* | Finished conversion to C++Lorenz Meier2013-04-262-7/+15
| |
* | HIL bugfixingLorenz Meier2013-04-254-30/+43
|/
* Merge pull request #251 from yvestroxler/masterLorenz Meier2013-04-221-2/+4
|\ | | | | Small change in gps-driver (ubx.cpp)
| * Update ubx.cppyvestroxler2013-04-221-2/+4
|/ | | GPS didn't work before this change was made
* Merge branch 'logconversion'Lorenz Meier2013-04-221-224/+586
|\
| * Merge branch 'master' of github.com:PX4/Firmware into logconversionLorenz Meier2013-04-2258-9/+3492
| |\
| * | New, fancy log conversion script by Philipp Oettershagen. Offers a few ↵Lorenz Meier2013-04-191-224/+586
| | | | | | | | | | | | convenience functions and plots more than previously
* | | Hotfix: Build fixLorenz Meier2013-04-221-1/+1
| |/ |/|
* | Fixed bug in MAVLink HIL interface, now consistent with in-flight results in ↵Lorenz Meier2013-04-221-5/+9
| | | | | | | | the field
* | Fixes to MAVLink HILLorenz Meier2013-04-221-3/+7
| |
* | Merge branch 'master' of github.com:PX4/Firmware into position_estimator_mcLorenz Meier2013-04-221-0/+1
|\ \
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-04-213-30/+62
| |\|
| * | Small compile warning fix for HoTT testLorenz Meier2013-04-211-0/+1
| | |
* | | Merge branch 'master' of github.com:PX4/Firmware into position_estimator_mcLorenz Meier2013-04-193-30/+62
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-04-182-5/+10
| |\ \
| | * \ Merge pull request #247 from julianoes/mount-notificationsLorenz Meier2013-04-171-2/+6
| | |\ \ | | | |/ | | |/| Play SOS if the SD card can't be mounted
| | | * Play SOS if the SD card can't be mountedJulian Oes2013-04-171-2/+6
| | |/
| * | Fixed startup scripts for default platforms, needs integration with wiki to ↵Lorenz Meier2013-04-182-28/+56
| | | | | | | | | | | | avoid similar issues
* | | Merge branch 'master' of github.com:PX4/Firmware into position_estimator_mcLorenz Meier2013-04-145-13/+102
|\ \ \ | | |/ | |/|
| * | Merge pull request #245 from julianoes/hotfix_l3gd20_axesLorenz Meier2013-04-091-3/+4
| |\ \ | | |/ | |/| Fixed axis in L3GD20 driver
| | * Fixed axis in L3GD20 driverJulian Oes2013-04-081-3/+4
| |/
| * Merge pull request #244 from PX4/hilLorenz Meier2013-04-072-7/+96
| |\ | | | | | | Small HIL improvements
| | * Added generation of pressure altitude in highres IMU message modeLorenz Meier2013-04-071-7/+17
| | |
| | * Merge branch 'master' of github.com:PX4/Firmware into hilLorenz Meier2013-04-062-3/+2
| | |\ | | |/ | |/|
| * | Hotfix missing yaw deadzone default (leads to continuous turns since zero ↵Lorenz Meier2013-03-281-1/+1
| | | | | | | | | | | | speed is never commanded)
| * | Fix gyro measurement noise varianceLorenz Meier2013-03-281-2/+1
| | |
| | * Improved HIL startup script, added highres HIL receive routineLorenz Meier2013-03-242-0/+79
| |/
* / Butchered position estimator from Damian Aregger into shape, publishes now ↵Lorenz Meier2013-03-2356-1/+3475
|/ | | | global position estimate as well. Compiling, needs HIL testing
* Merge pull request #234 from PX4/seatbeltLorenz Meier2013-03-236-253/+159
|\ | | | | Seatbelt for fixed wing
| * Merge branch 'seatbelt_controllib' of https://github.com/jgoppert/Firmware ↵Lorenz Meier2013-03-196-253/+159
| |\ | | | | | | | | | into seatbelt
| | * Added pressure alt measurement to kalman demo.jgoppert2013-03-183-8/+18
| | |
| | * Fixed a comment.jgoppert2013-03-181-1/+1
| | |
| | * Fixed PID roc2Thr param names/ added them to controldemo.jgoppert2013-03-182-2/+9
| | |
| | * Flipped simple mode pitch/throttle channel input.jgoppert2013-03-181-4/+4
| | |
| | * Added seatbelt fixedwing controller.jgoppert2013-03-183-245/+134
| | |
* | | Merge pull request #240 from PX4/usb_hilLorenz Meier2013-03-234-1/+75
|\ \ \ | | | | | | | | Added startup scripts useful when running USB consoles, made MAVLink awa...
| * | | Fixed copy & paste documentation liesLorenz Meier2013-03-221-3/+3
| | | |