- May 11, 2019
-
-
Oleg Kalachev authored
-
- May 07, 2019
-
-
bresch authored
-
- Apr 30, 2019
-
- Apr 29, 2019
-
-
Matthias Grob authored
-
- Apr 26, 2019
-
-
Matthias Grob authored
the condition to enter the rc mode switch evaluation was neglecting the first connection of an RC when "no RC switch changed". this means depending on the actual initialization values of _last_sp_man and the desired mode preselected on the RC while connecting it would not get evaluated.
-
Matthias Grob authored
pure refactor using De Morgan's law to make the condition more intuitive since you think about when should I enter and not when should I skip
-
Matthias Grob authored
pure refactor of the huge condition into smaller const bool junks
-
- Apr 10, 2019
-
-
Alessandro Simovic authored
-
Alessandro Simovic authored
-
- Apr 05, 2019
-
-
Julian Oes authored
When using QGC and/or the Dronecode SDK it was possible to get in a state where the two mavlink instances were both publishing their last heartbeat_time and cause commander to consistently toggle between data link lost and regained. With this fix, we only ever look at the very last heartbeat time and therefore seem to avoid this issue.
-
- Apr 03, 2019
-
-
bresch authored
using parameter_update.py script
-
- 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
Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
Claudio Micheli authored
With this commit the use cases will be: Success case: - booting, no messages about OA, pre-arm check would fail if you try to arm and OA is not yet running Fail case: - if OA takes longer than timeout time defined in COM_ONB_BOOT_T, then an error message is triggered. 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>
-
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
This allows to perform pre-arm checks and prevent arming if obstacle avoidance is enabled but not yet running. Added a print once flag to prevent excessive message spamming in QGC. Signed-off-by:
Claudio Micheli <claudio@auterion.com>
-
- Mar 12, 2019
-
-
Beat Küng authored
-
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
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
-
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
-
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 26, 2019
-
-
David Sidrane authored
-
- Feb 20, 2019
-
-
Daniel Agar authored
- closes #10133
-
- Jan 28, 2019
-
-
Alessandro Simovic authored
-
- Jan 25, 2019
-
-
Alessandro Simovic authored
-
- Jan 07, 2019
-
-
Daniel Agar authored
- <cfloat> isn't available in the NuttX c++ library
-
- Dec 27, 2018
-
-
Daniel Agar authored
-