mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Starting GPS should probably be on by default.
This commit is contained in:
@@ -23,8 +23,8 @@ fi
|
|||||||
px4io start
|
px4io start
|
||||||
|
|
||||||
#
|
#
|
||||||
# Load an appropriate mixer. FMU_pass.mix is a passthru mixer.
|
# Load an appropriate mixer. FMU_pass.mix is a passthru mixer
|
||||||
# See ROMFS/mixers for a full list of mixers.
|
# which is good for testing. See ROMFS/mixers for a full list of mixers.
|
||||||
#
|
#
|
||||||
mixer load /dev/pwm_output /etc/mixers/FMU_pass.mix
|
mixer load /dev/pwm_output /etc/mixers/FMU_pass.mix
|
||||||
|
|
||||||
@@ -56,9 +56,9 @@ fixedwing_att_control start
|
|||||||
fixedwing_pos_control start
|
fixedwing_pos_control start
|
||||||
|
|
||||||
#
|
#
|
||||||
# Start GPS capture
|
# Start GPS capture. Comment this out if you do not have a GPS.
|
||||||
#
|
#
|
||||||
#gps start
|
gps start
|
||||||
|
|
||||||
#
|
#
|
||||||
# Start logging to microSD if we can
|
# Start logging to microSD if we can
|
||||||
|
|||||||
Reference in New Issue
Block a user