aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-289-76/+165
|\
| * 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-261-86/+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-131-30/+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-291-0/+1
| * | Navigator and mavlink: more mavlink cleanup and set current waypoint option s...Julian Oes2013-11-271-0/+1
| * | Mavlink and navigator: Disable some functions in mavlink that are taken over ...Julian Oes2013-11-271-0/+67
| * | Mission topic: make nav_cmd compatible to the mavlink commandJulian Oes2013-11-221-8/+11
| * | Navigator, waypoints: save index in mission item and use this in navigatorJulian Oes2013-11-222-0/+5
| * | Mission topic: the autocontinue option was missingJulian Oes2013-11-201-0/+1
| * | Waypoints: Get time inside WP radius rightJulian Oes2013-11-201-1/+1
| * | Mission topic: Use mission topic instead of global position for tripletJulian Oes2013-11-201-12/+13
| * | Mission topic: please allow the sign to be negative as wellJulian Oes2013-11-191-1/+1
| * | Mission topic: get rid of magic paramsJulian Oes2013-11-191-6/+4
| * | Merge remote-tracking branch 'jean-m-cyr/master' into navigator_wipJulian Oes2013-11-181-0/+80
| |\ \
| | * | Add data manager module and fence support to navigatorJean Cyr2013-11-031-0/+80
* | | | Partially merge branch 'inav_alt_gps' into vector_control2, only estimator partAnton Babushkin2013-12-231-0/+5
|\ \ \ \
| * | | | Merge branch 'master' into inav_alt_gpsAnton Babushkin2013-11-111-2/+2
| |\| | |
| * | | | Merge branch 'master' into inav_alt_gpsAnton Babushkin2013-11-031-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into inav_sonar_indepAnton Babushkin2013-10-131-1/+0
| |\ \ \ \
| * | | | | position_estimator_inav: estimate distance to bottom rate, increase time of p...Anton Babushkin2013-10-121-1/+1
| * | | | | Merge branch 'master' into inav_sonar_indepAnton Babushkin2013-10-114-0/+72
| |\ \ \ \ \
| * | | | | | Added "bottom distance" switch, multirotor_pos_control implemented: use botto...Anton Babushkin2013-10-114-20/+24
| * | | | | | position_estimator_inav: use independent estimate for distance to ground (son...Anton Babushkin2013-10-101-0/+5
| * | | | | | Remove vehicle_local_position.ref_surface_timestamp field, don't sync baro_of...Anton Babushkin2013-10-091-1/+0
| * | | | | | Added vehicle_local_position.ref_surface_timestamp to track surface level cha...Anton Babushkin2013-10-081-0/+1
| * | | | | | commander: require only valid velocity for EASY mode, allows flying with FLOW...Anton Babushkin2013-10-051-0/+1
* | | | | | | Merge branch 'mavlink_fixes' into vector_control2Anton Babushkin2013-12-131-30/+30
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | actuator_controls_effective topic removedAnton Babushkin2013-11-161-30/+30
| | |_|_|_|/ | |/| | | |
* / | | | | mc_att_control_vector: bugfixes, use float[3][3] type for R in vehicle_attitu...Anton Babushkin2013-11-221-1/+1
|/ / / / /
* | | | / fix MEAS airspeed and airspeed calibrationThomas Gubler2013-11-101-2/+2
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-191-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #446 from PX4/commander_fixesLorenz Meier2013-10-131-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-071-1/+0
| | |/
* | | Merge remote-tracking branch 'px4/master' into pwm_ioctlsJulian Oes2013-10-114-0/+72
|\| |
| * | Dynamic integral resets for straight and circle mode, announcing turn radius nowLorenz Meier2013-10-081-0/+2
| * | Added support for dynamic turn radiiLorenz Meier2013-10-081-0/+2
| * | Merged status changesLorenz Meier2013-10-062-0/+68
| |\ \ | | |/ | |/|
| | * added error_count field to sensor report structuresAndrew Tridgell2013-09-121-0/+1