Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
ekf_slam_solver_test.cpp File Reference
Include dependency graph for ekf_slam_solver_test.cpp:

Go to the source code of this file.

Classes

class  EKFSLAMSolverTest
 

Functions

 TEST_F (EKFSLAMSolverTest, stateAugmentation)
 Test the state augmentation function of the EKF SLAM solver with trivial state.
 
 TEST_F (EKFSLAMSolverTest, stateAugmentation2)
 Test the state augmentation function of the EKF SLAM solver with non-trivial state.
 

Function Documentation

◆ TEST_F() [1/2]

TEST_F ( EKFSLAMSolverTest  ,
stateAugmentation   
)

Test the state augmentation function of the EKF SLAM solver with trivial state.

Definition at line 37 of file ekf_slam_solver_test.cpp.

◆ TEST_F() [2/2]

TEST_F ( EKFSLAMSolverTest  ,
stateAugmentation2   
)

Test the state augmentation function of the EKF SLAM solver with non-trivial state.

Definition at line 54 of file ekf_slam_solver_test.cpp.