- Dec 10, 2016
-
-
Bart Slinger authored
fix code style
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
roughly 10K bytes below the 1MiB limit
-
Mark Whitehorn authored
-
Mark Whitehorn authored
note that FMU does not update AUX pwm outputs if no RC signal
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Mark Whitehorn authored
-
Bartosz Wawrzacz authored
-
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
-