mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
uORB move to PX4 platform layer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
# navio config for a quad
|
||||
|
||||
uorb start
|
||||
|
||||
if [ -f eeprom/parameters ]
|
||||
then
|
||||
param load
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
# navio config for FW
|
||||
|
||||
uorb start
|
||||
|
||||
if [ -f eeprom/parameters ]
|
||||
then
|
||||
param load
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
# navio config for simple testing
|
||||
|
||||
uorb start
|
||||
|
||||
if [ -f eeprom/parameters ]
|
||||
then
|
||||
param load
|
||||
|
||||
Reference in New Issue
Block a user