phoenix-pilot / phoenix-pilot-core

3 stars 0 forks source link

ekf: source selection flag unification #268

Closed PNieck closed 1 year ago

PNieck commented 1 year ago

Description

Currently there are two flags that specify the data source for measurements: EKF_INIT_SENC_SCR and EKF_INIT_LOG_SRC and it is unclear what happens if both are up. This PR reduces flags to single one, which decides the source for EKF.

Motivation and Context

Clearer interface

Types of changes

How Has This Been Tested?

Checklist:

Special treatment