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

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.
 

Function Documentation

◆ TEST() [1/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase1   
)

Test with mostly easy matches and a new landmark.

Definition at line 9 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [2/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase2   
)

Same case as TestCase1 but with rotation.

Definition at line 35 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [3/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase3   
)

Same case as TestCase2 but with translation.

Definition at line 63 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [4/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase4   
)

Only new landmarks.

Definition at line 91 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [5/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase5   
)

Only new landmarks with low confidence.

Definition at line 118 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [6/9]

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.

Here is the call graph for this function:

◆ TEST() [7/9]

TEST ( MaximumLikelihoodNLL  ,
TestCase7   
)

Empty state and observations.

Definition at line 169 of file maximum_likelihood_nll_test.cpp.

Here is the call graph for this function:

◆ TEST() [8/9]

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.

Here is the call graph for this function:

◆ TEST() [9/9]

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.

Here is the call graph for this function: