aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink
Commit message (Expand)AuthorAgeFilesLines
...
| * missionlib: waypoint yaw fixAnton Babushkin2013-10-261-1/+1
* | Merge branch 'fw_autoland' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-241-6/+6
|\ \
| * | Fixes, but approach needs proper designLorenz Meier2013-10-181-6/+6
* | | Merge branch 'master' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-241-2/+2
|\ \ \ | |/ / |/| / | |/
| * fix scaling (unit) of airspeed in HILThomas Gubler2013-10-201-2/+2
* | Almost perfect landing approach, needs touch-down fine tuningLorenz Meier2013-10-171-12/+25
|/
* Merge pull request #448 from PX4/mavlink_fixLorenz Meier2013-10-132-12/+62
|\
| * mavlink, mavlink_onboard: bugfixes, code style fixedAnton Babushkin2013-10-081-10/+60
| * mavlink_onboard: major optimization, cleanup and minor fixes, WIPAnton Babushkin2013-10-082-2/+2
* | Added support for dynamic turn radiiLorenz Meier2013-10-086-26/+84
* | State machine fixes for HILLorenz Meier2013-10-061-1/+3
|/
* Hotfixes for HIL and mode switching.Lorenz Meier2013-09-223-11/+39
* mavlink: bugfixAnton Babushkin2013-09-211-1/+1
* mavlink: EPH/EPV casting issue fixedAnton Babushkin2013-09-211-3/+20
* re-enable state hilThomas Gubler2013-09-201-0/+1
* Style / code cleanupLorenz Meier2013-09-101-189/+2
* Make sure to loiter at final waypoint on a best effort basisLorenz Meier2013-09-101-1/+44
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-09-082-5/+7
|\
| * Have systems loiter at the last waypointLorenz Meier2013-09-061-2/+2
| |\
| * | Have systems loiter at the last waypointLorenz Meier2013-09-062-5/+7
* | | Fixed mavlink start / stop to ensure process is in a sane state once NSH returnLorenz Meier2013-09-083-3/+17
|/ /
* / Fixed sched param setup in MAVLink appLorenz Meier2013-09-051-0/+1
|/
* Hotfix: Identified mavlink issue source, workaround, working on a fixLorenz Meier2013-09-031-1/+1
* Hotfix for USB: Starting MAVLink only on USB if connected. Needs rewrite of M...Lorenz Meier2013-09-031-1/+0
* MAVLink workaroundLorenz Meier2013-09-031-0/+1
* Hotfix: Chasing log buffer issueLorenz Meier2013-09-011-1/+1
* Hotfix for mavlink logbuffer, needs another round of validation.Lorenz Meier2013-08-311-1/+4
* Full failsafe rewrite.Anton Babushkin2013-08-271-5/+1
* TAKEOFF implemented for multirotors, added altitude check to waypoint navigat...Anton Babushkin2013-08-262-24/+18
* Minor fix in "set mode" command handling.Anton Babushkin2013-08-251-1/+1
* Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into multir...Lorenz Meier2013-08-232-5/+24
|\
| * Indicate AUTO submodes in mavlink custom_mode.Anton Babushkin2013-08-232-5/+24
* | Merged seatbelt_multirotor_newLorenz Meier2013-08-231-4/+4
|\|
| * mavlink VFR_HUD message fixed, minor fixes and cleanupAnton Babushkin2013-08-221-5/+5
* | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-214-11/+131
* | Merged fmuv2_bringupLorenz Meier2013-08-212-130/+0
|\ \
| * | Moved mavlink log to system libLorenz Meier2013-08-212-130/+0
* | | System status load is now from 0 to 1 instead of non-intuitive 0 to 1000Julian Oes2013-08-161-1/+1
| |/ |/|
* | commander, mavlink: fixed base_mode and custom_mode in mavlinkAnton Babushkin2013-08-143-38/+38
* | State machine rewritten, compiles, WIPAnton Babushkin2013-07-281-38/+15
* | commander: WIP, SEATBELT renamed to ASSISTED, added SIMPLE mode, added ASSIST...Anton Babushkin2013-07-221-6/+6
* | Merge branch 'master' of github.com:PX4/Firmware into new_state_machineLorenz Meier2013-07-192-25/+33
|\|
| * Script cleanup, WIP on mavlink loggingLorenz Meier2013-07-181-0/+11
| * Lunchtime HOTFIX: Bring back USB console to operational, allow single-USB con...Lorenz Meier2013-07-181-25/+22
* | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-162-7/+13
* | Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-152-10/+11
* | Merged masterLorenz Meier2013-07-159-19/+16
|\|
| * Hotfix for relative altitude waypointsLorenz Meier2013-07-121-1/+1
| * Cleaned up MAVLink include hierarchyLorenz Meier2013-07-089-18/+15
* | Merge branch 'master' into new_state_machineJulian Oes2013-07-088-120/+403
|\|