- Dec 10, 2016
-
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
clamp mixer output offset to [-.2,.2] ([-2000, 2000] in mixer file) add 8 main PWM trim parameters add long desc to parameters and bump minor parameter version
-
Bartosz Wawrzacz authored
-
David Sidrane authored
-
Anton Matosov authored
Implement the way to run posix simulator directly from IDE without the need to reconfigure command lines, but use runner created via CMake Steps to debug: * Run gazebo (or any other sim) server and client viewers via the terminal: `make posix_sitl_default gazebo_none_ide` * In your IDE select `px4_<mode>` target you want to debug (e.g. `px4_iris`) * Start debug session directly from IDE This approach significantly reduces the debug cycle time because simulator (e.g. gazebo) is always running in background and you only re-run px4 process which is very light.
-
Anton Matosov authored
This also adds a ZMR250 config.
-
Lorenz Meier authored
-
- Dec 09, 2016
-
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Andreas Antener authored
-
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