Skip to content

Commit

Permalink
TBS Disco config: Enable manual pass-through
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Apr 26, 2015
1 parent ecbff28 commit 5228bf9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ROMFS/px4fmu_common/init.d/10015_tbs_discovery
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ set MIXER quad_w

set PWM_OUT 1234
set PWM_MIN 1200

set MIXER_AUX pass
set PWM_AUX_RATE 50
set PWM_AUX_OUT 1234
set PWM_AUX_DISARMED 1000
set PWM_AUX_MIN 1000
set PWM_AUX_MAX 2000
21 changes: 21 additions & 0 deletions ROMFS/px4fmu_common/mixers/pass.aux.mix
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Manual pass through mixer for servo outputs 1-4

# AUX1 channel (select RC channel with RC_MAP_AUX1 param)
M: 1
O: 10000 10000 0 -10000 10000
S: 3 5 10000 10000 0 -10000 10000

# AUX2 channel (select RC channel with RC_MAP_AUX2 param)
M: 1
O: 10000 10000 0 -10000 10000
S: 3 6 10000 10000 0 -10000 10000

# AUX3 channel (select RC channel with RC_MAP_AUX3 param)
M: 1
O: 10000 10000 0 -10000 10000
S: 3 7 10000 10000 0 -10000 10000

# FLAPS channel (select RC channel with RC_MAP_FLAPS param)
M: 1
O: 10000 10000 0 -10000 10000
S: 3 4 10000 10000 0 -10000 10000

0 comments on commit 5228bf9

Please sign in to comment.