mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Change start up script
Now the start up script starts a GPS simulator as well as the ekf in order to estimate position and orientation
This commit is contained in:
parent
af58ccf173
commit
e1eceda5f2
@ -19,18 +19,19 @@ gyrosim start
|
||||
accelsim start
|
||||
barosim start
|
||||
adcsim start
|
||||
gpssim start
|
||||
|
||||
sleep 1
|
||||
|
||||
sensors start
|
||||
commander start
|
||||
|
||||
attitude_estimator_q start
|
||||
ekf2 start
|
||||
|
||||
mavlink start -u 14556 -r 4000000
|
||||
mavlink start -u 14557 -r 4000000 -m onboard -o 14540
|
||||
mavlink stream -r 50 -s SERVO_OUTPUT_RAW_0 -u 14556
|
||||
mavlink stream -r 50 -s ATT_POS_MOCAP -u 14556
|
||||
mavlink stream -r 50 -s LOCAL_POSITION_NED -u 14556
|
||||
|
||||
logger start -r 100 -e
|
||||
mavlink boot_complete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user