aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
Commit message (Expand)AuthorAgeFilesLines
* Merged master into betaLorenz Meier2014-02-011-0/+1
|\
| * Improved RC calibration behaviour, fully supported setting trim offsetsLorenz Meier2014-02-011-0/+1
* | setpoint type IDLE added (for AUTO_READY state), LAND mode fixedAnton Babushkin2014-01-291-4/+5
* | global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, u...Anton Babushkin2014-01-281-4/+8
* | mavlink: AUTO states indication fixedAnton Babushkin2014-01-281-0/+3
* | vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-272-16/+5
* | cammander: state machine can now deny current state (e.g. when position lock ...Anton Babushkin2014-01-262-3/+5
* | commander: more user-friendly states indicationAnton Babushkin2014-01-251-1/+3
* | «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-252-6/+7
* | Use double for lat/lon in vehicle_global_position topic, use filed names lat,...Anton Babushkin2014-01-242-10/+9
* | position_setpoint_triplet refactoring finishedAnton Babushkin2014-01-231-3/+6
* | Replace mission_item_triplet with position_setpoint_triplet, WIPAnton Babushkin2014-01-232-17/+25
* | attitude_estimator_ekf: acc comp bug fixed, estimated gravity vector loggingAnton Babushkin2014-01-201-0/+1
* | Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-141-4/+5
|\|
| * Merged origin/master into batt_fixesLorenz Meier2014-01-073-44/+34
| |\
| * \ Merge branch 'master' into batt_fixesAnton Babushkin2013-11-111-2/+2
| |\ \
| * | | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-111-1/+2
| * | | sensors: minor cleanup, bugs fixed, use unsigned long for discharged integrat...Anton Babushkin2013-11-101-3/+3
* | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-021-0/+1
|\ \ \ \
| * | | | navigator: AUTO_READY nav state added, RTL implemented properlyAnton Babushkin2014-01-021-0/+1
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-021-1/+1
|\| | | |
| * | | | navigator: takeoff and mission fixesAnton Babushkin2014-01-021-1/+1
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-011-1/+1
|\| | | |
| * | | | navigator: force takeoff if first mission item is not takeoff and vehicle landedAnton Babushkin2014-01-011-1/+1
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-311-2/+0
|\| | | |
| * | | | navigator: MISSION_LOITER and RTL_LOITER modes removedAnton Babushkin2013-12-311-2/+0
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-312-3/+2
|\| | | |
| * | | | navigator: NAV_STATE_INIT removed, minor fixesAnton Babushkin2013-12-312-3/+2
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-301-0/+2
|\| | | |
| * | | | Added NONE = not mapped state for mission and return switchesAnton Babushkin2013-12-301-0/+2
* | | | | Merge commit '95bdc1a9bd364ce95abe06b097579cc8a9162e33' into navigator_new_ve...Anton Babushkin2013-12-303-20/+18
|\| | | |
| * | | | Waypoints and missionlib: lot's of cleanupJulian Oes2013-12-291-1/+0
| * | | | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-292-19/+18
* | | | | Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-2810-81/+174
|\| | | |
| * | | | Home position: use double for lat/lon and float for altitude, set home positi...Julian Oes2013-12-271-11/+9
| * | | | Merge remote-tracking branch 'thomasgubler_private/fw_autoland_att_tecs_navig...Julian Oes2013-12-271-0/+5
| |\ \ \ \
| | * | | | Navigator: add MissionFeasibilityChecker class; performs validation of landin...Thomas Gubler2013-12-251-0/+5
| * | | | | Topics: Move from global_position_setpoint to mission_item_tripletJulian Oes2013-12-262-89/+0
| * | | | | Mission topic: corrected commentJulian Oes2013-12-261-2/+2
| |/ / / /
| * | | | Waypoints/Navigator: Use two different dataman storage places, keep old waypo...Julian Oes2013-12-251-0/+1
| * | | | add minimal pitch field to mission itemThomas Gubler2013-12-231-0/+1
| * | | | Merge remote-tracking branch 'private_julian/fw_autoland_att_tecs_navigator' ...Thomas Gubler2013-12-231-2/+9
| |\ \ \ \
| | * | | | Navigator: handle onboard and mavlink missionsJulian Oes2013-12-161-1/+2
| | * | | | Dataman: Start dataman and use it in waypoints and navigator instead of missi...Julian Oes2013-12-031-2/+8
| * | | | | Merge remote-tracking branch 'upstream/control_groups' into fw_autoland_att_t...Thomas Gubler2013-12-231-7/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Support 18 channels correctly on FMULorenz Meier2013-12-221-7/+4
| * | | | | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecs_navi...Thomas Gubler2013-12-132-37/+30
| |\| | | |
| * | | | | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-082-0/+9
| | |/ / / | |/| | |
| * | | | Navigator: Added onboard mission (not usable yet)Julian Oes2013-11-292-0/+2
| * | | | Navigator and mavlink: more mavlink cleanup and set current waypoint option s...Julian Oes2013-11-271-0/+1