- Sep 30, 2016
-
-
Julian Oes authored
It makes more sense to set the optimization flags on a platform basis instead of individually for each module. This allows for different optimization options for SITL, NuttX, Snapdragon, etc.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This fixes a corner case where the first advertise/publish of a vehicle_command_ack was missed. What happened was that the orb_subscribe_multi was not called until the topic had been published and therefore orb_exists was happy. This means that by the time orb_subscribe_multi was finally called, the first vehicle_command_ack was already history and not detected by orb_check. This changed adds a flag to the MavlinkOrbSubscription which tells it to subscribe to a topic from the beginning.
-
Julian Oes authored
-
- Sep 29, 2016
-
-
Beat Küng authored
-
Beat Küng authored
-
Daniel Agar authored
- deploy all branches to s3
-
- Sep 28, 2016
- Sep 27, 2016
-
-
Beat Küng authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
DF Update: Use common CMake version so Darwin handling is correct in PX4 Update DF to use proper constants Update DF
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Output CMake version
-
Lorenz Meier authored
Code style fix
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Dennis Shtatnov authored
-
David Sidrane authored
-
- Sep 26, 2016
-
-
Daniel Agar authored
-
Daniel Agar authored
-the previous item altitude wasn't valid if switching from LOITER -> MISSION -fixes #5395
-
Julian Oes authored
-
Julian Oes authored
-