- May 02, 2017
-
-
Henry Zhang authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This is necessary to make the space for UAVCAN in memory and doing it this way avoids negatively impacting users who do not use UAVCAN.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Recover 16 bytes. Size of debug max message is 40 so limit the usart tx buffer to same size.
-
David Sidrane authored
This removes the unused input capture capabilities from the px4io and saves 128 bytes of ram.
-
Lorenz Meier authored
This avoids burning significant memory in a configuration that is not actually using parallel tasks
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 01, 2017
-
-
Lorenz Meier authored
-
Paul Riseborough authored
-
Paul Riseborough authored
-
Lorenz Meier authored
-
- Apr 30, 2017
-
-
Lorenz Meier authored
The app reached the check limit and needed a bit more headroom.
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
- Apr 29, 2017
-
-
Daniel Agar authored
-
- Apr 28, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Apr 27, 2017
-
-
ChristophTobler authored
-
Khoi Tran authored
-
Matthias Grob authored
because we need a workaround for the broken auto takeoff logic which can start the vehicle with a loiter setpoint in this case the very first moment is still a jump but then it gets taken over by the fix gradient ramp this can basically be reverted after the auto takeoff logic is fixed
-
Matthias Grob authored
currently when the vehicle is landed again (not after bootup) the core position controller does not run anymore therefore the velocity limit ramp in some cases did not get reset correctly speed limiting in auto takeoff mode only needs to be limited when the user did not take over
-
Matthias Grob authored
adresses: there were setpoint twitches at the beginning and end of my smooth takeoff routine it was to slow and not configurable it was only available for automatic takeoff
-
Matthias Grob authored
mc_pos_control: switched auto takeoff to clean position control to takeoff point with gradual velocity limit auto takeoff was pretty chaotic and bypassed the velocity controller until some magic condition the goal of this approach is to make the behaviour and smoothness more predictable and reuse the exact same logic for manual takeoff
-
Matthias Grob authored
-
Matthias Grob authored
-
Matthias Grob authored
mc_pos_control: pure refactor, split up core position control into velocity and thrust setpoint generation
-
- Apr 26, 2017
-
-
Matthias Grob authored
- a local implementation was used before which is not necessary
-
- Apr 25, 2017
-
-
Daniel Agar authored
- fixes #7050
-