Skip to content

Commit 3e026f3

Browse files
authored
Merge pull request #194 from CWRUbotix/tweak-pitch
Tweak pitch
2 parents fb66ba1 + 04fda64 commit 3e026f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/surface/flight_control/flight_control/mavlink_control_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
JOY_MAP_STRENGTH = 2
3131

3232
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
33+
PITCH_THROTTLE = 0.3 # From 0 to 1, stacks multiplicatively with GLOBAL_THROTTLE
3434

3535
# How often to check for new subscribers and send them the current state, Hz
3636
SUBSCRIBER_POLL_RATE = 2

0 commit comments

Comments
 (0)