mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
configs: compile and start the gps driver on QURT
This commit is contained in:
@@ -74,7 +74,7 @@ set(config_module_list
|
|||||||
# PX4 drivers
|
# PX4 drivers
|
||||||
#
|
#
|
||||||
# TODO: make the GPS driver compile
|
# TODO: make the GPS driver compile
|
||||||
#drivers/gps
|
drivers/gps
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
uorb start
|
uorb start
|
||||||
|
gps start -d /dev/tty-4
|
||||||
|
sleep 1
|
||||||
df_mpu9250_wrapper start
|
df_mpu9250_wrapper start
|
||||||
df_bmp280_wrapper start
|
df_bmp280_wrapper start
|
||||||
df_hmc5883_wrapper start
|
df_hmc5883_wrapper start
|
||||||
|
|||||||
Reference in New Issue
Block a user