mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Airspeed Selector: repurpose wind estimator into an airspeed (selection, validation) module.
This new airspeed module does: -runns an airspeed validator for every airspeed sensor present, which checks measurement validity and estimates an airspeed scale -selects another airspeed sensor if for the current one a failure is detected -estimates airspeed with groundspeed-windspeed if no valid airspeed sensor is present -outputs airspeed_validated topic Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Roman Bapst
parent
970e362e9a
commit
cedf14e2ba
@@ -52,7 +52,7 @@ px4_add_board(
|
||||
#simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
esc_calib
|
||||
|
||||
@@ -72,7 +72,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -87,7 +87,7 @@ px4_add_board(
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -76,7 +76,7 @@ px4_add_board(
|
||||
#sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
param
|
||||
|
||||
@@ -87,7 +87,7 @@ px4_add_board(
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -76,7 +76,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
param
|
||||
|
||||
@@ -78,7 +78,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -79,7 +79,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -50,7 +50,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
esc_calib
|
||||
|
||||
@@ -48,7 +48,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
esc_calib
|
||||
|
||||
@@ -38,7 +38,7 @@ px4_add_board(
|
||||
sensors
|
||||
sih
|
||||
#vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -55,7 +55,7 @@ px4_add_board(
|
||||
#simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
dyn
|
||||
|
||||
@@ -53,7 +53,7 @@ px4_add_board(
|
||||
#simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
dyn
|
||||
|
||||
@@ -55,7 +55,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
#vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -59,7 +59,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
#vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -74,7 +74,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -67,7 +67,7 @@ px4_add_board(
|
||||
sih
|
||||
#vmount
|
||||
#vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -41,7 +41,7 @@ px4_add_board(
|
||||
sensors
|
||||
sih
|
||||
#vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#config
|
||||
|
||||
@@ -86,7 +86,7 @@ px4_add_board(
|
||||
sensors
|
||||
vmount
|
||||
vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -58,7 +58,7 @@ px4_add_board(
|
||||
navigator
|
||||
sensors
|
||||
vmount
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -82,7 +82,7 @@ px4_add_board(
|
||||
sensors
|
||||
vmount
|
||||
#vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -82,7 +82,7 @@ px4_add_board(
|
||||
sensors
|
||||
vmount
|
||||
vtol_att_control
|
||||
#wind_estimator
|
||||
#airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -86,7 +86,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -86,7 +86,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -85,7 +85,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -70,7 +70,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -73,7 +73,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -70,7 +70,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -58,7 +58,7 @@ px4_add_board(
|
||||
navigator
|
||||
sensors
|
||||
vmount
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -67,7 +67,7 @@ px4_add_board(
|
||||
sensors
|
||||
sih
|
||||
vmount
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -83,7 +83,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -83,7 +83,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -68,7 +68,7 @@ px4_add_board(
|
||||
navigator
|
||||
sensors
|
||||
vmount
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -74,7 +74,7 @@ px4_add_board(
|
||||
sensors
|
||||
sih
|
||||
vmount
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -85,7 +85,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -84,7 +84,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
bl_update
|
||||
|
||||
@@ -47,7 +47,7 @@ px4_add_board(
|
||||
sih
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
dyn
|
||||
|
||||
@@ -46,7 +46,7 @@ px4_add_board(
|
||||
#simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
dyn
|
||||
|
||||
@@ -45,7 +45,7 @@ px4_add_board(
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -46,7 +46,7 @@ px4_add_board(
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
@@ -45,7 +45,7 @@ px4_add_board(
|
||||
simulator
|
||||
vmount
|
||||
vtol_att_control
|
||||
wind_estimator
|
||||
airspeed_selector
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
|
||||
Reference in New Issue
Block a user