Skip to content

Commit

Permalink
waf: keep EKF2 enabled in SITL
Browse files Browse the repository at this point in the history
just because we don't compile this in doesn't mean we shouldn't continue to test it
  • Loading branch information
peterbarker committed Nov 18, 2023
1 parent 7451bd2 commit b2a7c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,8 @@ def configure_env(self, cfg, env):
AP_BARO_PROBE_EXTERNAL_I2C_BUSES = 1,
)

cfg.define('HAL_NAVEKF2_AVAILABLE', 1)

cfg.define('AP_SIM_ENABLED', 1)
cfg.define('HAL_WITH_SPI', 1)
cfg.define('HAL_WITH_RAMTRON', 1)
Expand Down

0 comments on commit b2a7c22

Please sign in to comment.