Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
slam_base_observation_model_test.cpp File Reference
#include <gtest/gtest.h>
#include <cmath>
#include "perception_sensor_lib/observation_model/slam/slam_base_observation_model.hpp"
Include dependency graph for slam_base_observation_model_test.cpp:

Go to the source code of this file.

Functions

 TEST (SLAMObservationModelTest, test_observation_model_1)
 Test the observation model with trivial state.
 
 TEST (SLAMObservationModelTest, test_observation_model_2)
 Test observation model with a single landmark and trivial pose.
 
 TEST (SLAMObservationModelTest, test_observation_model_3)
 Test observation model with a single landmark and non-trivial pose.
 
 TEST (SLAMObservationModelTest, test_inverse_observation_model1)
 Test inverse observation model with trivial state and a single observation.
 

Function Documentation

◆ TEST() [1/4]

TEST ( SLAMObservationModelTest  ,
test_inverse_observation_model1   
)

Test inverse observation model with trivial state and a single observation.

Definition at line 51 of file slam_base_observation_model_test.cpp.

Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( SLAMObservationModelTest  ,
test_observation_model_1   
)

Test the observation model with trivial state.

Definition at line 11 of file slam_base_observation_model_test.cpp.

Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( SLAMObservationModelTest  ,
test_observation_model_2   
)

Test observation model with a single landmark and trivial pose.

Definition at line 23 of file slam_base_observation_model_test.cpp.

Here is the call graph for this function:

◆ TEST() [4/4]

TEST ( SLAMObservationModelTest  ,
test_observation_model_3   
)

Test observation model with a single landmark and non-trivial pose.

Definition at line 37 of file slam_base_observation_model_test.cpp.

Here is the call graph for this function: