mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
POSIX: Use the same estimators for multicopters as on the real system
This commit is contained in:
@@ -3,6 +3,8 @@ param load
|
|||||||
param set MAV_TYPE 2
|
param set MAV_TYPE 2
|
||||||
param set MC_PITCHRATE_P 0.05
|
param set MC_PITCHRATE_P 0.05
|
||||||
param set MC_ROLLRATE_P 0.05
|
param set MC_ROLLRATE_P 0.05
|
||||||
|
param set SYS_AUTOSTART 4010
|
||||||
|
param set COM_RC_IN_MODE 2
|
||||||
dataman start
|
dataman start
|
||||||
mavlink start -u 14556 -r 60000
|
mavlink start -u 14556 -r 60000
|
||||||
simulator start -s
|
simulator start -s
|
||||||
@@ -29,7 +31,8 @@ gpssim start
|
|||||||
hil mode_pwm
|
hil mode_pwm
|
||||||
commander start
|
commander start
|
||||||
sensors start
|
sensors start
|
||||||
ekf_att_pos_estimator start
|
attitude_estimator_q start
|
||||||
|
position_estimator_inav start
|
||||||
mc_pos_control start
|
mc_pos_control start
|
||||||
mc_att_control start
|
mc_att_control start
|
||||||
mixer load /dev/pwm_output0 ../../ROMFS/px4fmu_common/mixers/quad_x.main.mix
|
mixer load /dev/pwm_output0 ../../ROMFS/px4fmu_common/mixers/quad_x.main.mix
|
||||||
|
|||||||
Reference in New Issue
Block a user