openpilot v0.9.6 release
date: 2024-01-12T10:13:37 master commit: ba792d576a49a0899b88a753fa1c52956bedf9e6
This commit is contained in:
9
rednose/helpers/ekf_load.h
Normal file
9
rednose/helpers/ekf_load.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "ekf.h"
|
||||
|
||||
std::vector<const EKF*>& ekf_get_all();
|
||||
const EKF* ekf_lookup(const std::string& ekf_name);
|
||||
void ekf_register(const EKF* ekf);
|
||||
void ekf_load_and_register(const std::string& ekf_directory, const std::string& ekf_name);
|
||||
Reference in New Issue
Block a user