- Jun 23, 2016
-
-
Roman authored
Signed-off-by:
Roman <bapstr@ethz.ch>
-
Roman authored
Signed-off-by:
Roman <bapstr@ethz.ch>
-
sander authored
-
sander authored
-
tumbili authored
-
tumbili authored
control state airspeed
-
tumbili authored
this will enable small planes flying without an airspeed sensor
-
Daniel Agar authored
* the OSX builds were spending the majority of the time just updating homebrew and installing a couple packages
-
Daniel Agar authored
-
- Jun 22, 2016
-
-
Daniel Agar authored
* move gcc 4.9 build to circleci * travis-ci update to xcode 7.3 * travis-ci limit git fetching for OSX * Makefile split firmware targets for CI * OSX ccache
-
Lorenz Meier authored
-
Beat Küng authored
- priority field uses only the lower 8 bits, so we can merge with the update_reported flag - orb_set_interval is not used often, so make the necessary data an optional pointer and alloc only when needed. Memory savings: - pixracer (w. ekf2): 7.3kB - pixhawk: 5.3kB
-
Julian Oes authored
This brings some makefile and script fixes, as well as an updated dspal.
-
Roman Bapst authored
in altitude control mode for fixed wings the roll setpoint was not logged because the position controller publishes the attitude setpoint but the desired roll setpoint is calculated in the attitude control module. Now the position controller calculates the roll setpoint as well for the sake of logging. Signed-off-by:
tumbili <roman@px4.io>
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-limited to 16 chars
-
Daniel Agar authored
-
Daniel Agar authored
-
jwilson authored
-
jwilson authored
Unfortunately, lot's of whitespace changes, required to satisfy unspecified code style format errors.
-
jwilson authored
-
jwilson authored
-
jwilson authored
-
jwilson authored
Fixes shared memory locking bug and eliminates the need for an AppsProm driver to reserve a shared memory region.
-
tumbili authored
Signed-off-by:
tumbili <roman@px4.io>
-
tumbili authored
Signed-off-by:
tumbili <roman@px4.io>
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jun 21, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Julian Oes authored
If the failsafe state is ended when landed, we would switch back to POSCTL and therefore take off again, however, all we want is stay on ground and wait for the auto disarm.
-
dong.chen authored
-
Julian Oes authored
The param COM_ARM_WO_GPS is set to 1 by default to allow arming without GPS. This then sets a bool arm_without_gps which translates to !GNSS_check in preflightCheck.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
Previously, we renained in POSCTL and would drift away if GPS was lost.
-
Julian Oes authored
The termination warnings were printed even if termination was not actually enabled. This was confusing and is therefore fixed.
-
Julian Oes authored
-
Julian Oes authored
This reverts commit 9e704a5e121c7516e2133d02b328500d9d66fb67.
-