We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb66ba1 + 04fda64 commit 3e026f3Copy full SHA for 3e026f3
src/surface/flight_control/flight_control/mavlink_control_node.py
@@ -30,7 +30,7 @@
30
JOY_MAP_STRENGTH = 2
31
32
GLOBAL_THROTTLE = 1.0 # From 0 to 1, lower numbers decrease the thrust in every direction
33
-PITCH_THROTTLE = 0.5 # From 0 to 1, stacks multiplicatively with GLOBAL_THROTTLE
+PITCH_THROTTLE = 0.3 # From 0 to 1, stacks multiplicatively with GLOBAL_THROTTLE
34
35
# How often to check for new subscribers and send them the current state, Hz
36
SUBSCRIBER_POLL_RATE = 2
0 commit comments