aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2014-07-235-12/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | offboard2_externalsetpointmessages Conflicts: src/modules/mavlink/mavlink_main.cpp
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2014-07-143-55/+189
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | offboard2_externalsetpointmessages
| * | | | | | fix merge errors in offboard.cppThomas Gubler2014-07-081-8/+11
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2014-07-0813-329/+362
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | offboard2_externalsetpointmessages Conflicts: src/modules/navigator/offboard.cpp
| * | | | | | | WIP, change uorb offboard control sp topicThomas Gubler2014-07-071-14/+16
| | | | | | | |
| * | | | | | | Update offboard control uorb topicThomas Gubler2014-07-031-27/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work towards supporting the new external setpoint mavlink messages
* | | | | | | | Merge remote-tracking branch 'upstream/master' into swissfangThomas Gubler2014-10-073-39/+77
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Navigator: Optimize for spaceLorenz Meier2014-10-051-0/+2
| | | | | | | |
| * | | | | | | Compile fixes in navigatorLorenz Meier2014-10-051-3/+3
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed function name of mission modification logic, attributed @DrTonLorenz Meier2014-10-052-10/+12
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into takeoff_fixThomas Gubler2014-10-0523-77/+1799
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/navigator/mission.cpp
| * | | | | | | navigator: autocontinue fixAnton Babushkin2014-09-301-9/+17
| | | | | | | |
| * | | | | | | Merge branch 'master' into takeoff_fixAnton Babushkin2014-09-287-15/+154
| |\ \ \ \ \ \ \
| * | | | | | | | navigator/mission.cpp: indentation fixedAnton Babushkin2014-09-281-7/+7
| | | | | | | | |
| * | | | | | | | mission: takeoff and next waypoint related fixesAnton Babushkin2014-08-161-11/+24
| | | | | | | | |
| * | | | | | | | navigator: skip takeoff if already above takeoff altitudeAnton Babushkin2014-08-162-30/+41
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'upstream/master' into swissfangThomas Gubler2014-09-301-4/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | remove wrong commentsThomas Gubler2014-09-301-4/+1
| | | | | | | |
* | | | | | | | remove unnecessary variableThomas Gubler2014-09-301-2/+0
|/ / / / / / /
* | | | | | | make geofence update rate independent from positon update rateThomas Gubler2014-09-281-5/+7
| | | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into HEADThomas Gubler2014-09-285-8/+151
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/navigator/geofence.cpp src/modules/navigator/mission.cpp
| * | | | | | mf checker: fix landing check, ensure feedback from all checks is sentThomas Gubler2014-09-221-5/+15
| | | | | | |
| * | | | | | geofence: lat/lon is doubleThomas Gubler2014-09-191-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same change as 5832948371866aec8f0c7f16b13869f270d36aad but against the master branch. Some time ago the type of lat and lon in the global_pos uorb topic was changed but this use here was missed.
| * | | | | | Merge pull request #1349 from PX4/fohaltitudeLorenz Meier2014-09-063-3/+123
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | FOH mode for altitude (optional, enable with parameter)
| | * | | | | | foh alt mode: never sink below previous wp altThomas Gubler2014-09-041-2/+4
| | | | | | | |
| | * | | | | | whitespaceThomas Gubler2014-09-031-1/+1
| | | | | | | |
| | * | | | | | FOH mode for altitudeThomas Gubler2014-09-033-3/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a parameter for the navigator. When enabled the navigator publishes a first order old (FOH) type altitude setpoint instead of the default zero order hold. For takeoff and landing the FOH mode is not active. The FOH altitude is calculated such that the sp reaches the altitude of the waypoint when the system is at a horizontal distance equal to the acceptance radius. Also the altitude setpoint will only converge towards the waypoint altitude but never diverge.
| * | | | | | | update commentThomas Gubler2014-09-051-2/+2
| | | | | | | |
| * | | | | | | loiter mission items: better reached check for FWThomas Gubler2014-09-051-0/+13
| |/ / / / / /
* | | | | | | navigator: fix status information, remove fence_valid flag (this is handled ↵Thomas Gubler2014-09-222-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by the geofence class)
* | | | | | | geofence: better usefeedback if loadedThomas Gubler2014-09-223-1/+11
| | | | | | |
* | | | | | | if V_RCL_LT < 0 go directly to terminationThomas Gubler2014-09-222-5/+13
| | | | | | |
* | | | | | | navigator: geofence with global pos: reduce update rateThomas Gubler2014-09-211-1/+5
| | | | | | |
* | | | | | | introduce new nav state to allow normal rtl with RC switchThomas Gubler2014-08-261-1/+4
| | | | | | |
* | | | | | | move flight termination and geofence flags from setpoint triplet to mission ↵Thomas Gubler2014-08-244-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | result
* | | | | | | correctly initialize stay in failsafe flagThomas Gubler2014-08-241-1/+1
| | | | | | |
* | | | | | | geofence: make some functions private, correctly update paramsThomas Gubler2014-08-243-4/+7
| | | | | | |
* | | | | | | datalink loss: add param to allow skipping of comms hold wpThomas Gubler2014-08-243-8/+31
| | | | | | |
* | | | | | | datalink loss (obc): add termination after loitering at airfield homeThomas Gubler2014-08-244-1/+39
| | | | | | |
* | | | | | | geofence: add counter threshold for subsequent detectionsThomas Gubler2014-08-243-3/+38
| | | | | | |
* | | | | | | geofence: can select gps instead of global positionThomas Gubler2014-08-245-12/+89
| | | | | | |
* | | | | | | obc rcloss: set altitudeThomas Gubler2014-08-231-2/+3
| | | | | | |
* | | | | | | add OBC RC loss mode to navigatorThomas Gubler2014-08-227-7/+339
| | | | | | |
* | | | | | | move and rename paramsThomas Gubler2014-08-223-36/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | airfield home is general
* | | | | | | add obc gps failure modeThomas Gubler2014-08-226-46/+190
| | | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-211-2/+2
|\| | | | | |
| * | | | | | navigator: correct mode for land and terminationThomas Gubler2014-08-211-2/+2
| |/ / / / /
* | | | | | gpsfailure: add skeleton class, activate in commanderThomas Gubler2014-08-206-3/+267
| | | | | |
* | | | | | engine fail: small state machine fixThomas Gubler2014-08-191-1/+3
| | | | | |
* | | | | | geofence: lat/lon is doubleThomas Gubler2014-08-171-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | types changed but the geofence implentation was not updated, this was forgotten in 58792c5ca6e42bc251dd3c92b0e79217ff5d5403