autostart precland estimator on v5,v5x,v6x

This commit is contained in:
Alessandro Simovic
2022-04-21 13:42:33 +02:00
parent 2774186078
commit 783937ffc5
3 changed files with 21 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
#
# PX4 FMUv5 specific board extras init
#------------------------------------------------------------------------------
# Target estimator for precision landing
landing_target_estimator start
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
#
# PX4 FMUv5x specific board extras init
#------------------------------------------------------------------------------
# Target estimator for precision landing
landing_target_estimator start
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
#
# PX4 FMUv6x specific board extras init
#------------------------------------------------------------------------------
# Target estimator for precision landing
landing_target_estimator start