Skip to content
Snippets Groups Projects
Commit 28de6d2c authored by Michael Schaeuble's avatar Michael Schaeuble Committed by Julian Oes
Browse files

Update mainapp.config and add MPU6050

parent d94bdb08
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,10 @@ param load
param set SYS_AUTOSTART 4001
param set MAV_BROADCAST 1
df_ms5607_wrapper start
df_mpu6050_wrapper start
sensors start
sleep 1
mavlink start -u 14556 -r 1000000
sleep 1
mavlink stream -u 14556 -s ATTITUDE -r 50
mavlink stream -u 14556 -s ALTITUDE -r 1
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
mavlink boot_complete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment