- Dec 12, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Matthias Grob authored
argv[1] was read even if argc < 2 -> segmentation fault when running without arguments the return saves this
-
- Dec 11, 2016
-
-
Daniel Agar authored
-
Andreas Antener authored
-
Julian Oes authored
According to https://github.com/mavlink/mavlink/pull/629 the mavlink command DO_SET_MODE should only determine the mode but not the armed/disarmed state, so the MAV_MODE_FLAG_SAFETY_ARMED bit should be ignored. Instead the mavlink command COMPONENT_ARM_DISARM should be used instead. Therefore, the commander now ignores the arm/disarm bit.
-
Dennis Shtatnov authored
-
Dennis Shtatnov authored
-
- Dec 10, 2016
-
-
Lorenz Meier authored
-
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.
-