|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include "perception_sensor_lib/data_association/maximum_likelihood_nll.hpp"#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| TEST (MaximumLikelihoodNLL, TestCase1) | |
| Test with mostly easy matches and a new landmark. | |
| TEST (MaximumLikelihoodNLL, TestCase2) | |
| Same case as TestCase1 but with rotation. | |
| TEST (MaximumLikelihoodNLL, TestCase3) | |
| Same case as TestCase2 but with translation. | |
| TEST (MaximumLikelihoodNLL, TestCase4) | |
| Only new landmarks. | |
| TEST (MaximumLikelihoodNLL, TestCase5) | |
| Only new landmarks with low confidence. | |
| TEST (MaximumLikelihoodNLL, TestCase6) | |
| Only new landmarks with high confidence, high covariance and empty state. | |
| TEST (MaximumLikelihoodNLL, TestCase7) | |
| Empty state and observations. | |
| TEST (MaximumLikelihoodNLL, TestCase8) | |
| Same case as TestCase3 but covariance is different for some landmarks. | |
| TEST (MaximumLikelihoodNLL, TestCase9) | |
| Same case as TestCase3 but covariance is different for some landmarks. | |
| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase1 | |||
| ) |
Test with mostly easy matches and a new landmark.
Definition at line 9 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase2 | |||
| ) |
Same case as TestCase1 but with rotation.
Definition at line 35 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase3 | |||
| ) |
Same case as TestCase2 but with translation.
Definition at line 63 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase4 | |||
| ) |
Only new landmarks.
Definition at line 91 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase5 | |||
| ) |
Only new landmarks with low confidence.
Definition at line 118 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase6 | |||
| ) |
Only new landmarks with high confidence, high covariance and empty state.
Definition at line 145 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase7 | |||
| ) |
Empty state and observations.
Definition at line 169 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase8 | |||
| ) |
Same case as TestCase3 but covariance is different for some landmarks.
Definition at line 188 of file maximum_likelihood_nll_test.cpp.

| TEST | ( | MaximumLikelihoodNLL | , |
| TestCase9 | |||
| ) |
Same case as TestCase3 but covariance is different for some landmarks.
Definition at line 218 of file maximum_likelihood_nll_test.cpp.
