Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
ekf_state_est_performance_test.cpp File Reference
#include <time.h>
#include <chrono>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <memory>
#include <random>
#include <rclcpp/rclcpp.hpp>
#include <string>
#include "common_lib/structures/cone.hpp"
#include "gtest/gtest.h"
#include "kalman_filter/ekf.hpp"
Include dependency graph for ekf_state_est_performance_test.cpp:

Go to the source code of this file.

Classes

class  PerformanceTest
 

Functions

 TEST_F (PerformanceTest, TEST_EKF_PERFORMANCE)
 EKF Performance Test.
 

Function Documentation

◆ TEST_F()

TEST_F ( PerformanceTest  ,
TEST_EKF_PERFORMANCE   
)

EKF Performance Test.

Definition at line 251 of file ekf_state_est_performance_test.cpp.