uORB move to PX4 platform layer

This commit is contained in:
Daniel Agar
2021-02-17 11:25:56 -05:00
committed by GitHub
parent 6bbb2faf8a
commit ab0d0fd0be
156 changed files with 261 additions and 212 deletions

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set CBRK_SUPPLY_CHK 894281
param set SYS_RESTART_TYPE 0

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set CBRK_SUPPLY_CHK 894281
param set SYS_RESTART_TYPE 0

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set BAT_N_CELLS 3

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set CBRK_SUPPLY_CHK 894281
param set SYS_RESTART_TYPE 0

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param load
param set CBRK_SUPPLY_CHK 894281
param set SYS_RESTART_TYPE 0

View File

@@ -6,7 +6,6 @@
# config for a quad
# modified from ../rpi/px4.config
uorb start
param load
param set CBRK_SUPPLY_CHK 894281

View File

@@ -6,7 +6,6 @@
# config for fixed wing (FW)
# modified from ./px4.config, switch att/pos_control & mixer
uorb start
param load
param set CBRK_SUPPLY_CHK 894281

View File

@@ -4,7 +4,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
muorb start
logger start -t -b 200
# Wait 1s before setting parameters for muorb to initialize

View File

@@ -1,4 +1,3 @@
uorb start
qshell start
param set CBRK_SUPPLY_CHK 894281
param set SYS_AUTOSTART 4001

View File

@@ -4,7 +4,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
muorb start
logger start -t -b 200
# Wait 1s before setting parameters for muorb to initialize

View File

@@ -1,4 +1,3 @@
uorb start
qshell start
param set CBRK_SUPPLY_CHK 894281
param set SYS_AUTOSTART 4001

View File

@@ -4,7 +4,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
muorb start
logger start -t -b 200
# Wait 1s before setting parameters for muorb to initialize

View File

@@ -1,4 +1,3 @@
uorb start
qshell start
param set CBRK_SUPPLY_CHK 894281
param set SYS_AUTOSTART 4001

View File

@@ -1,4 +1,3 @@
uorb start
muorb start
# Wait 1s before setting parameters for muorb to initialize
sleep 1

View File

@@ -1,4 +1,3 @@
uorb start
qshell start
param set CBRK_SUPPLY_CHK 894281

View File

@@ -4,7 +4,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
muorb start
# We need to wait until the DSP side is ready before

View File

@@ -3,7 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
muorb start
logger start -e -t
param set CBRK_SUPPLY_CHK 894281

View File

@@ -1,4 +1,3 @@
uorb start
qshell start
param set CBRK_SUPPLY_CHK 894281
param set SYS_AUTOSTART 4001

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
param select /root/rootfs/eeprom/parameters
if [ -f /root/rootfs/eeprom/parameters ]
then

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
if [ -f eeprom/parameters ]
then
param load

View File

@@ -3,8 +3,6 @@
# (px4-alias.sh is expected to be in the PATH)
. px4-alias.sh
uorb start
if [ -f eeprom/parameters ]
then
param load

View File

@@ -5,8 +5,6 @@
# navio config for a quad
uorb start
if [ -f eeprom/parameters ]
then
param load

View File

@@ -5,8 +5,6 @@
# navio config for FW
uorb start
if [ -f eeprom/parameters ]
then
param load

View File

@@ -7,8 +7,6 @@
# connect to it with jMAVSim:
# ./Tools/jmavsim_run.sh -q -i <IP> -p 14577 -r 250
uorb start
if [ -f eeprom/parameters ]
then
param load

View File

@@ -5,8 +5,6 @@
# navio config for simple testing
uorb start
if [ -f eeprom/parameters ]
then
param load