|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <eigen3/Eigen/Dense>#include <random>#include "gtest/gtest.h"#include "kalman_filter/observation_models.hpp"
Go to the source code of this file.
Functions | |
| TEST (BASE_OBSERVATION_MODEL, ALIGNED_RANDOM_TEST) | |
| Test the observation model in a scenario where the vehicle is always aligned with the x axis. | |
| TEST (BASE_OBSERVATION_MODEL, INDIVIDUAL_CASE_TEST1) | |
| 45 degrees to the left | |
| TEST (BASE_OBSERVATION_MODEL, INDIVIDUAL_CASE_TEST2) | |
| Straight forward 360 degrees. | |
| TEST (BASE_OBSERVATION_MODEL, INDIVIDUAL_CASE_TEST3) | |
| 90 degrees to the right | |
| TEST | ( | BASE_OBSERVATION_MODEL | , |
| ALIGNED_RANDOM_TEST | |||
| ) |
Test the observation model in a scenario where the vehicle is always aligned with the x axis.
Definition at line 12 of file observation_model_test.cpp.

| TEST | ( | BASE_OBSERVATION_MODEL | , |
| INDIVIDUAL_CASE_TEST1 | |||
| ) |
45 degrees to the left
Definition at line 43 of file observation_model_test.cpp.

| TEST | ( | BASE_OBSERVATION_MODEL | , |
| INDIVIDUAL_CASE_TEST2 | |||
| ) |
Straight forward 360 degrees.
Definition at line 69 of file observation_model_test.cpp.

| TEST | ( | BASE_OBSERVATION_MODEL | , |
| INDIVIDUAL_CASE_TEST3 | |||
| ) |
90 degrees to the right
Definition at line 95 of file observation_model_test.cpp.
