- Dec 09, 2016
-
-
Andreas Antener authored
-
Michael Schaeuble authored
With GCC 4.9 the binary is to large for the flash memory. This is why we disabled LPE on that platform.
-
Michael Schaeuble authored
We propagate the bus parameters from the bus interface to the sensor devices. Thus, the device ID of the sensor driver is set to the correct bus id and address. Otherwise it would be zero, which is an issue if several MPU9250s are running at the same time.
-
Paul Riseborough authored
-
Beat Küng authored
-
- Dec 08, 2016
-
-
Julian Oes authored
This fixes the following corner case: 1. Upload a mission. 2. Set mission mode. 3. Set loiter mode. 4. Arm. At this point it will shoot up and go to the takeoff waypoint even though we're not in mission but in loiter mode. The fix makes sure that the triplet is reset to invalid (and idle) in loiter mode if we're landed and disarmed. It will lead to the vehcle sit in idle on the ground until you issue a start mission (or takeoff) command.
-
Dennis Mannhart authored
-
Dennis Mannhart authored
-
Roman authored
- fix a bug where the wrong rotation order was used to compute the attitude setpoint when using the pusher assist feature Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Dec 07, 2016
-
-
Samay Siga authored
updated VT_FW_MOT_OFFID
-
Samay Siga authored
Replaced individual elevator and aileron into "elevons"
-
Daniel Agar authored
-closes #5862
-
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
-