- Aug 30, 2018
-
-
Daniel Agar authored
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
- fixes #10345
-
Paul Riseborough authored
The high frequency acceleration noise levels in the gazebo models and also seen on some hardware is causing the IMU vibration check warning to fail. The thresholds have been lifted and the reporting improved to make it clearer which sensor noise is causing the failure.
-
Bram Strack van Schijndel authored
-
Bram Strack van Schijndel authored
-
Bram Strack van Schijndel authored
-
Bram Strack van Schijndel authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Dennis Mannhart authored
the Flighttask fail. A failure of the Flighttask can occur if the demanded Flighttask does not have the required data.
-
Dennis Mannhart authored
-
Dennis Mannhart authored
will land with 0.3 of hover thurst if position nor velocity is valid
-
Julian Oes authored
To my knowledge this hil transition function is not used anymore, however, it makes sending the DO_SET_MODE command unnecessarily complex. In my opinion the DO_SET_MODE command should only change the mode but not other things like arming (already removed) and HITL state (this commit). Often times, I was seeing the error message "Set SYS_HITL to 1 and reboot to enable HITL." when using QGC with a vehicle in HITL. HITL is set via parameter which then has an impact in the startup script where the CLI argument `-hil` is added to some of the commands that require it (like commander as well).
-
Julian Oes authored
This flag does not seem to be used anywhere.
-
Matthias Grob authored
after review comment request from @dagar. Thanks!
-
Matthias Grob authored
such that fractions of a second are configurable
-
- Aug 29, 2018
-
-
Daniel Agar authored
-
alessandro authored
-
Daniel Agar authored
- #10359
-
mcsauder authored
-
Jake Dahl authored
added a check to ensure the initialize settings function succeeds. If it does not, the driver fails gracefully. This handles the case that the device is not there.
-
- Aug 28, 2018
-
-
Kevin Lopez Alvarez authored
* tested on SPI (px4fmu-v4pro) * WIP I2C support
-
bresch authored
-
bresch authored
Failure Detector - use bitmask field instead of boolean in vehicle_status msg (failure_detector_status) and instead of struct in class
-
bresch authored
-
bresch authored
-
bresch authored
-
bresch authored
-
bresch authored
Failure Detector - move "force_failsafe" flag inside circuit_breaker protection; remove PX4_WARN and send mavlink msg only once
-
bresch authored
-
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
NullMixer - Send NAN instead of 0. NAN is mapped to disarmed in fmu and io. A Null mixer can now be used to set a fixed value: "disarmed" if the system is operational or "failsafe" in failsafe mode
-