- Mar 27, 2019
-
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Since the time out is only Obstacle-Avoidance related, the new naming is more self explanatory. Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Since onboard controllers bootup times are hardware dependent, it makes sense to have the possibility to adapt timeout time according to the specific HW. Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
- Mar 12, 2019
-
-
Beat Küng authored
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Since Timeout from onboard controller is something that does not require a lot of modifications there is no sense to having it parametrized. Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Since commander handles all telemetry_status the same there is no need to subscribe to multiple instances. Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Added COM_ONB_LOSS_T and COM_ONB_REG_T parameters to specify thresholds that triggers "onboard link lost" and "onboard link regained". Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
Major changes: - Prevent "HIGH LATENCY DATA LINK LOST" message to appear if iridium telemetry is not used. - Prevent "DATA LINK LOSS" mavlink messages flooding when QGC is open and then closed. - Changed "DATA LINK REGAINED" condition (use _datalink_last_heartbeat_gcs insthead of _datalink_lost) Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
baumanta authored
-
baumanta authored
-
Daniel Agar authored
-
- Feb 20, 2019
-
-
Daniel Agar authored
- closes #10133
-
- Jan 28, 2019
-
-
Alessandro Simovic authored
-
- Dec 13, 2018
- Nov 25, 2018
-
-
Daniel Agar authored
-
- Oct 22, 2018
-
-
CarlOlsson authored
-
- Aug 30, 2018
-
-
Matthias Grob authored
after review comment request from @dagar. Thanks!
-
- Aug 28, 2018
-
-
bresch authored
- use pragma once guard in FailureDetector.hpp - send Commander parent to ModuleParams and remove update_params() method - simplify attitude checks - FailureDetector::get_status() (previously named "get") is now a constant method that returns a constant reference
-
bresch authored
-
bresch authored
FailureDetector - New class, first working simple implementation. Outputs PX4_ERR messages if roll or pitch is exceeded.
-
- Aug 21, 2018
-
-
Daniel Agar authored
-
- Aug 03, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- May 27, 2018
-
-
acfloria authored
- Move publishing the telemetry status from the IridiumSBD driver to the mavlink instance - In the commander use the iridiumsbd_status message for heartbeat in case of a high latency link - Move positive acknowledge to the mavlink instance - Add a failed acknowledge in the commander if no high latency link exists
-
- Apr 24, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Apr 17, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
- add preflight_check helper
-
- Apr 11, 2018
- Mar 29, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
- this helps tease apart the various pieces of commander.
-