mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Configure mavlink to connect to localhost
This commit is contained in:
committed by
Lorenz Meier
parent
e8cd89eb01
commit
211e667639
@@ -51,8 +51,8 @@ attitude_estimator_q start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mixer load /dev/pwm_output0 ../../../../ROMFS/px4fmu_common/mixers/quad_w.main.mix
|
||||
mavlink start -u 14556 -r 2000000
|
||||
mavlink start -u 14557 -r 2000000 -m onboard -o 14540
|
||||
mavlink start -u 14556 -r 2000000 -t 127.0.0.1
|
||||
mavlink start -u 14557 -r 2000000 -m onboard -o 14540 -t 127.0.0.1
|
||||
mavlink stream -r 80 -s POSITION_TARGET_LOCAL_NED -u 14556
|
||||
mavlink stream -r 80 -s LOCAL_POSITION_NED_COV -u 14556
|
||||
mavlink stream -r 80 -s GLOBAL_POSITION_INT -u 14556
|
||||
|
||||
Reference in New Issue
Block a user