Skip to content

Commit

Permalink
ROMFS: clean up quad x tailsitter mixer files
Browse files Browse the repository at this point in the history
- use mixer for the simulation to the sitl mixer dir
- do not use virtual elevator in the mixer for the real vehicle

Signed-off-by: Roman <[email protected]>
  • Loading branch information
RomanBapst committed Apr 10, 2018
1 parent d8c1a2a commit e290069
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions ROMFS/px4fmu_common/mixers/quad_x_vtol.main.mix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ are mixed 100%.

R: 4x 10000 10000 10000 0

Z:

# left elevon
M: 2
O: 10000 10000 0 -10000 10000
Expand All @@ -19,8 +17,3 @@ M: 2
O: 10000 10000 0 -10000 10000
S: 1 0 5000 5000 0 -10000 10000
S: 1 1 -5000 -5000 0 -10000 10000

# mixer for the virtual elevator
M: 1
O: 10000 10000 0 -10000 10000
S: 1 1 10000 10000 0 -10000 10000
File renamed without changes.
2 changes: 1 addition & 1 deletion posix-configs/SITL/init/ekf2/tailsitter
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mc_att_control start
fw_pos_control_l1 start
fw_att_control start
wind_estimator start
mixer load /dev/pwm_output0 ROMFS/px4fmu_common/mixers/quad_x_vtol_sim.main.mix
mixer load /dev/pwm_output0 ROMFS/sitl/mixers/quad_x_vtol.main.mix
mavlink start -x -u 14556 -r 2000000
mavlink start -x -u 14557 -r 2000000 -m onboard -o 14540
mavlink stream -r 80 -s POSITION_TARGET_LOCAL_NED -u 14556
Expand Down

0 comments on commit e290069

Please sign in to comment.