-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Airspeed Selector: repurpose wind estimator into an airspeed (selecti…
…on, 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>
- Loading branch information
1 parent
970e362
commit cedf14e
Showing
65 changed files
with
767 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,6 @@ then | |
param set VT_MOT_COUNT 4 | ||
param set VT_TYPE 2 | ||
|
||
param set WEST_EN 1 | ||
fi | ||
|
||
set MAV_TYPE 22 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,6 @@ then | |
param set VT_MOT_COUNT 0 | ||
param set VT_TYPE 0 | ||
|
||
param set WEST_EN 1 | ||
fi | ||
|
||
set MAV_TYPE 20 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ then | |
param set VT_ELEV_MC_LOCK 0 | ||
param set VT_TYPE 1 | ||
|
||
param set WEST_EN 1 | ||
fi | ||
|
||
set MAV_TYPE 21 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ px4_add_board( | |
#sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
param | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
param | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
#bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
esc_calib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
esc_calib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ px4_add_board( | |
sensors | ||
sih | ||
#vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ px4_add_board( | |
#simulator | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
dyn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ px4_add_board( | |
#simulator | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
dyn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ px4_add_board( | |
sih | ||
vmount | ||
#vtol_att_control | ||
#wind_estimator | ||
#airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ px4_add_board( | |
sih | ||
vmount | ||
#vtol_att_control | ||
#wind_estimator | ||
#airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ px4_add_board( | |
sensors | ||
sih | ||
#vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
#config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ px4_add_board( | |
navigator | ||
sensors | ||
vmount | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ px4_add_board( | |
navigator | ||
sensors | ||
vmount | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ px4_add_board( | |
sensors | ||
sih | ||
vmount | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ px4_add_board( | |
sih | ||
vmount | ||
vtol_att_control | ||
wind_estimator | ||
airspeed_selector | ||
|
||
SYSTEMCMDS | ||
bl_update | ||
|
Oops, something went wrong.