Skip to content

Commit cbdcd99

Browse files
Merge pull request #28 from CWRUbotix/testing-output-controller
Fix thrusters running immediately when armed
2 parents edbbe95 + b1d704f commit cbdcd99

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/surface/flight_control/flight_control/mavlink_control_node.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,11 @@
8383
# L2 and R2 1 is not pressed and -1 is pressed
8484
LJOYX = 0
8585
LJOYY = 1
86-
L2PRESS_PERCENT = 2
87-
RJOYX = 3
88-
RJOYY = 4
86+
RJOYX = 2
87+
RJOYY = 3
88+
L2PRESS_PERCENT = 4
8989
R2PRESS_PERCENT = 5
9090

91-
9291
CONTROLLER_PROFILE_PARAM = 'controller_profile'
9392

9493
MANIP_TOGGLE_MODE = True

0 commit comments

Comments
 (0)