Browse Source

Add GPS command to all eagle configs

sbg
Rogelio 8 years ago committed by Lorenz Meier
parent
commit
9d9da229cc
  1. 1
      posix-configs/eagle/200qx/px4.config
  2. 1
      posix-configs/eagle/210qc/px4.config

1
posix-configs/eagle/200qx/px4.config

@ -57,6 +57,7 @@ param set SYS_MC_EST_GROUP 2 @@ -57,6 +57,7 @@ param set SYS_MC_EST_GROUP 2
sleep 1
df_mpu9250_wrapper start
df_bmp280_wrapper start
gps start -d /dev/tty-4
sensors start
commander start
ekf2 start

1
posix-configs/eagle/210qc/px4.config

@ -57,6 +57,7 @@ param set SYS_MC_EST_GROUP 2 @@ -57,6 +57,7 @@ param set SYS_MC_EST_GROUP 2
sleep 1
df_mpu9250_wrapper start
df_bmp280_wrapper start
gps start -d /dev/tty-4
sensors start
commander start
ekf2 start

Loading…
Cancel
Save