mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 04:37:35 +08:00
autostart precland estimator on v5,v5x,v6x
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PX4 FMUv5 specific board extras init
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Target estimator for precision landing
|
||||
landing_target_estimator start
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PX4 FMUv5x specific board extras init
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Target estimator for precision landing
|
||||
landing_target_estimator start
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PX4 FMUv6x specific board extras init
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Target estimator for precision landing
|
||||
landing_target_estimator start
|
||||
Reference in New Issue
Block a user