mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
posix-configs: use '.' instead of 'source'
'source' is not POSIX
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# config for a quad
|
# config for a quad
|
||||||
# modified from ../rpi/px4.config
|
# modified from ../rpi/px4.config
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# config for fixed wing (FW)
|
# config for fixed wing (FW)
|
||||||
# modified from ./px4.config, switch att/pos_control & mixer
|
# modified from ./px4.config, switch att/pos_control & mixer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
param select /home/root/parameters
|
param select /home/root/parameters
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
muorb start
|
muorb start
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
muorb start
|
muorb start
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
muorb start
|
muorb start
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
muorb start
|
muorb start
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
muorb start
|
muorb start
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
uorb start
|
uorb start
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# navio config for a quad
|
# navio config for a quad
|
||||||
uorb start
|
uorb start
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# navio config for FW
|
# navio config for FW
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# HITL configuration
|
# HITL configuration
|
||||||
# connect to it with jMAVSim:
|
# connect to it with jMAVSim:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# PX4 commands need the 'px4-' prefix in bash.
|
# PX4 commands need the 'px4-' prefix in bash.
|
||||||
# (px4-alias.sh is expected to be in the PATH)
|
# (px4-alias.sh is expected to be in the PATH)
|
||||||
source px4-alias.sh
|
. px4-alias.sh
|
||||||
|
|
||||||
# config for a quad without any shield:
|
# config for a quad without any shield:
|
||||||
# - u-blox GPS connected via UART
|
# - u-blox GPS connected via UART
|
||||||
|
|||||||
Reference in New Issue
Block a user