Skip to main content
Version: Next

Enable/Disable EKF

By default, all Clearpath platforms launch an EKF node as part of its localization stack. Some applications may want to use their own localization node, in which case the default EKF node can be disabled.

KeyValue / DatatypeDescription
enable_ekfbooleanEnables or disables the default EKF node. Default: true

For example, to disable the EKF node:

platform:
enable_ekf: false