You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
14 lines
297 B
9 years ago
|
uorb start
|
||
9 years ago
|
param select /home/root/parameters
|
||
|
param load
|
||
9 years ago
|
param set SYS_AUTOSTART 4001
|
||
9 years ago
|
param set MAV_BROADCAST 1
|
||
|
df_ms5607_wrapper start
|
||
9 years ago
|
df_mpu6050_wrapper start -R 8
|
||
9 years ago
|
sensors start
|
||
9 years ago
|
sleep 1
|
||
|
mavlink start -u 14556 -r 1000000
|
||
|
sleep 1
|
||
9 years ago
|
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
||
9 years ago
|
mavlink boot_complete
|