- Mar 07, 2018
-
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
calculation Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- more intuitive - avoids tons of divisions Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- more intuitive - avoids tons of divisions Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- do not call hrt_elapsed_time since it's expensive - remove P2 front transition phase (was not even used) Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
microseconds - seconds is more intuitive - avoids tons of divisions by 1e6f Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- standard vtol was implementing many custom parameters although they are generic and should be shared between the vtol types - removed heavy usage of hrt_elapsed_time() which is a system call and could be computationally expensive
-
Julian Oes authored
This fixes a problem where we do not properly go to the set takeoff altitude but end up lower. The problem was that the setpoint triplet is reset when the navigation mode changes. So in this case, the triplet is reset when we switch from takeoff to loiter which can happen before reaching the actual takeoff altitude. The fix is an ugly hack to prevent the reset in the case of takeoff to loiter. A better solution would be to remove the general reset and have all navigation modes do the proper resets themselves. This hotfix should however be lower risk.
-
- Mar 06, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
AlexKlimaj authored
* Updated and expanded batt_smbus to work with bq40z50-R2. Expanded battery_status.msg. Fixed mavlink_messages.cpp temperature, added commented out expanded battery_status.msg parameters for future mavlink expansion. * Changed errx to PX4_ERR * Added PX4_ERR returns
-
- Mar 05, 2018
-
-
Roman authored
- this makes sure that all motors are idling in mc mode. having this too low can lead to a motor stopping in flight which is critical for attitude control - experienced loss of attitude control in RTL during descent prior to this change Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- vehicle_status_flags condition_global_velocity_valid is also unnecessary
-
Beat Küng authored
If the GPS driver was used on another port (e.g. TELEM2), it would get stuck in a `write` call and not return anymore. Disabling flow control fixes that. CPU usage is unchanged.
-
Daniel Agar authored
- these are redundant with listener differential_pressure
-
Daniel Agar authored
-
Daniel Agar authored
-
Coby authored
-
Daniel Agar authored
-
- Mar 04, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- move to ModuleBase - strip down to PWM 8 and 16 modes only - remove all dead code - implement missing pwm ioctls (current value, rates, etc) - default rate 50Hz -> 400Hz
-
PX4 Jenkins authored
-
- Mar 02, 2018
-
-
ToppingXu authored
air_gnd_angle is from acos(), and never return a value that bigger than M_PI_F
-
Matthias Grob authored
To account for the parameter definition. My tests if quadratic is actually better in practise were anyways not conclusive.
-