aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* fw att controller: update parameter descriptions and default valuesThomas Gubler2013-12-291-38/+87
|
* Merge remote-tracking branch 'upstream/navigator_new' into ↵Thomas Gubler2013-12-2914-1232/+303
|\ | | | | | | fw_autoland_att_tecs_navigator_termination
| * Navigator: Small error message fixJulian Oes2013-12-291-5/+2
| |
| * Waypoints and missionlib: lot's of cleanupJulian Oes2013-12-2910-1208/+276
| |
| * Merge remote-tracking branch 'px4/master' into navigator_newJulian Oes2013-12-297-28/+42
| |\
| | * Merge remote-tracking branch 'px4/master' into control_groupsJulian Oes2013-12-271-4/+4
| | |\
| | | * Attitude_estimator_ekf: Fix params, this bug caused the ↵Julian Oes2013-12-271-4/+4
| | | | | | | | | | | | | | | | multirotor_att_control to stop
| | * | Allow to disable a channelLorenz Meier2013-12-271-2/+6
| | | |
| | * | Working around creating an error condition with more than 8 raw RC channelsLorenz Meier2013-12-271-1/+1
| | | |
| | * | Merged masterLorenz Meier2013-12-279-23/+35
| | |\|
| | | * Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
| | | |
| | | * Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| | | |
| | * | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
| | | |
* | | | Merge remote-tracking branch 'upstream/navigator_new' into ↵Thomas Gubler2013-12-2911-694/+251
|\| | | | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups
| * | | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-2911-693/+250
| | | |
| * | | Home position: corrected wrong conversionJulian Oes2013-12-271-1/+1
| | | |
* | | | fw autoland: add parameter for heading hold distance, fix heading holdThomas Gubler2013-12-272-10/+15
| | | |
* | | | Merge remote-tracking branch 'upstream/navigator_new' into ↵Thomas Gubler2013-12-276-47/+38
|\| | | | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups
| * | | Prevent some warnings for lat/lon double conversionsJulian Oes2013-12-274-11/+11
| | | |
| * | | Home position: use double for lat/lon and float for altitude, set home ↵Julian Oes2013-12-274-36/+27
| | | | | | | | | | | | | | | | position to global position instead of GPS position once we have a fix
| * | | Merge remote-tracking branch ↵Julian Oes2013-12-279-29/+358
| |\ \ \ | | | | | | | | | | | | | | | 'thomasgubler_private/fw_autoland_att_tecs_navigator_termination_controlgroups' into navigator_new
* | | | | Merge remote-tracking branch ↵Thomas Gubler2013-12-2712-160/+75
|\| | | | | | | | | | | | | | | | | | | 'julian/fw_autoland_att_tecs_navigator_termination_controlgroups' into fw_autoland_att_tecs_navigator_termination_controlgroups
| * | | | Waypoints: reverse param1 and param2Julian Oes2013-12-261-6/+6
| | | | |
| * | | | Topics: Move from global_position_setpoint to mission_item_tripletJulian Oes2013-12-269-152/+58
| | | | |
| * | | | Mission topic: corrected commentJulian Oes2013-12-261-2/+2
| | | | |
| * | | | Missionlib: deactivate functions now implemented in navigatorJulian Oes2013-12-261-0/+9
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2013-12-265-9/+17
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/modules/px4iofirmware/registers.c
| * | | Changed RSSI range to 0..255Lorenz Meier2013-12-252-4/+4
| | | |
| * | | Added PPM frame length feedback in IO comms and status command - allows to ↵Lorenz Meier2013-12-253-6/+13
| | | | | | | | | | | | | | | | warn users about badly formatted PPM frames
| * | | Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-251-0/+1
| | | |
* | | | Navigator: add MissionFeasibilityChecker class; performs validation of ↵Thomas Gubler2013-12-259-27/+350
| | | | | | | | | | | | | | | | landing waypoint set-up for fixed wing for now, but can be extended for other checks (e.g. check mission against geofence)
* | | | Merge remote-tracking branch ↵Thomas Gubler2013-12-258-13/+64
|\ \ \ \ | | |/ / | |/| | | | | | 'private_julian/fw_autoland_att_tecs_navigator_termination_controlgroups' into fw_autoland_att_tecs_navigator_termination_controlgroups
| * | | Waypoints/Navigator: Use two different dataman storage places, keep old ↵Julian Oes2013-12-258-13/+64
| | | | | | | | | | | | | | | | waypoints until all new ones are written
* | | | fw landing: move more functionality to the landingslope classThomas Gubler2013-12-253-6/+12
|/ / /
* | | move landing slope calculations into own classThomas Gubler2013-12-254-25/+180
| | |
* | | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
| | |
* | | flight termination: fix missing initialization of actuators_1_pub in ↵Thomas Gubler2013-12-241-0/+1
| | | | | | | | | | | | fw_att_control
* | | prevent dataman from blocking startup when no sd card is presentThomas Gubler2013-12-241-2/+4
| | |
* | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2013-12-232-1/+3
|\| | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups
| * | Added channel count to log formatLorenz Meier2013-12-232-1/+3
| | |
* | | add missing conversion from mission item to mavlink mission item after ↵Thomas Gubler2013-12-231-1/+9
| | | | | | | | | | | | changes from b7652986d9cc0fe3edc765e3485b696b4b639b03
* | | use minimal pitch field introduced in ↵Thomas Gubler2013-12-231-1/+1
| | | | | | | | | | | | b7652986d9cc0fe3edc765e3485b696b4b639b03 for fw takeoff
* | | add minimal pitch field to mission itemThomas Gubler2013-12-232-1/+11
| | |
* | | Merge remote-tracking branch 'private_julian/fw_autoland_att_tecs_navigator' ↵Thomas Gubler2013-12-239-648/+993
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/modules/navigator/navigator_main.cpp
| * | | Navigator: Moved mission stuff in separate classJulian Oes2013-12-164-217/+458
| | | |
| * | | Navigator: Use state table for main FSMJulian Oes2013-12-162-464/+660
| | | |
| * | | Datamanager: Rename mavlink/offboard keyJulian Oes2013-12-163-6/+6
| | | |
| * | | Navigator: handle onboard and mavlink missionsJulian Oes2013-12-162-62/+113
| | | |
| * | | Dataman: Also reserve space for onboard missionsJulian Oes2013-12-162-2/+5
| | | |
| * | | Dataman: Some minor fixesJulian Oes2013-12-032-12/+9
| | | |