- Dec 07, 2016
-
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Julian Oes authored
-
Beat Küng authored
This makes the onboard check consistent with hmc5883_bus_option initialization. If the current bus is the onboard bus, return !external. It fixes the onboard mag (HMC5883) for AeroFC. Its priority is now 100, previously it was 255, so that if an external mag is attached, it will be preferred.
- Dec 06, 2016
-
-
James Goppert authored
-
James Goppert authored
-
Lucas De Marchi authored
-
Lucas De Marchi authored
This reverts commit 126172d7. This commit is going in the wrong direction: it's actually the same as it was before, but allows changing the autostart configuration to something other than 4070, which means people could wrongly assume it would work in other configurations.
-
- Dec 05, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Needed for log streaming
-
Roman authored
- fixed a bug where tilt compensation was done also when the horizontal velocity was controlled. This is not needed because in this case the controller outputs a 3D thrust vector. Signed-off-by:
Roman <bapstroman@gmail.com>
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Mark Whitehorn authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Dec 03, 2016
-
-
James Goppert authored
* Fixes for sitl gazebo ground truth. * Switch ekf2 to new logging module for sitl.
-
Dennis Shtatnov authored
-
- Dec 02, 2016
-
-
Lorenz Meier authored
-
Andreas Antener authored
-
Andreas Antener authored
Preflight checks: made sure pre-flight check results are always reported first thing on the console and always on new or re-established telemetry links AFTER waiting for the hotplug timeout (leads to double publishing on the console when a new link is established, but this is the best compromise between fixing and completely restructuring)
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Julian Oes authored
This update is needed after changes in https://github.com/ATLFlight/cross_toolchain/pull/10.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
bharathr authored
-
Julian Oes authored
This resolves a bug where a takeoff would go sideways instead of straight up. What happened was that the position setpoint got shifted around even though there was actually no real setpoint set but only a setpoint of type IDLE. This then lead to a position setpoint far away from the takeoff point and therefore scary takeoffs. This fix prevents the part of the position controller which moves/integrates the position setpoint from running in the case of an idle setpoint. This bug could be reproduced by switching the vehicle to mission mode without a valid mission, then switch to hold mode, and then send the arm and takeoff command.
-