select single system-wide wind estimate message (current best)

- publish wind estimate only from EKF, and wind speeds from airspeed selector to new separate topic (airspeed_wind)
 - rename message wind_estimate to wind
 - publish wind from currently used ekf instance (ekf2selector)

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2021-02-20 19:15:01 +01:00
committed by GitHub
parent 9d65e9a980
commit 0ea8104344
17 changed files with 119 additions and 63 deletions

View File

@@ -225,7 +225,7 @@ rtps:
receive: true
- msg: vtol_vehicle_status
id: 105
- msg: wind_estimate
- msg: wind
id: 106
- msg: collision_constraints
id: 107
@@ -329,6 +329,8 @@ rtps:
id: 156
- msg: gimbal_manager_set_manual_control
id: 157
- msg: airspeed_wind
id: 158
########## multi topics: begin ##########
- msg: actuator_controls_0
id: 170
@@ -431,4 +433,7 @@ rtps:
- msg: actuator_controls_5
id: 202
alias: actuator_controls
- msg: estimator_wind
id: 203
alias: wind
########## multi topics: end ##########