Skip to content

Commit

Permalink
sitl iris: use control allocatoin module
Browse files Browse the repository at this point in the history
  • Loading branch information
jlecoeur committed Nov 1, 2019
1 parent 3f4a5bd commit 798399f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ROMFS/px4fmu_common/init.d-posix/10016_iris
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ then
param set MC_INERTIA_XX 0.0083
param set MC_INERTIA_YY 0.0083
param set MC_INERTIA_ZZ 0.0286

param set CA_ACT0_MIN 0.0
param set CA_ACT1_MIN 0.0
param set CA_ACT2_MIN 0.0
param set CA_ACT3_MIN 0.0
param set CA_ACT0_MAX 1.0
param set CA_ACT1_MAX 1.0
param set CA_ACT2_MAX 1.0
param set CA_ACT3_MAX 1.0
fi
set MIXER quad_w
# set MIXER quad_w
set MIXER quad

0 comments on commit 798399f

Please sign in to comment.