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

Go to the source code of this file.

Functions

 TEST (ConsecutiveCounterFilter, TestCase1)
 Test with same observations 3 times and car still.
 
 TEST (ConsecutiveCounterFilter, TestCase2)
 Same test as above but with different order of observations.
 
 TEST (ConsecutiveCounterFilter, TestCase3)
 Same test as above but one of the landmarks is not observed 3 times.
 
 TEST (ConsecutiveCounterFilter, TestCase4)
 Same test as above but the car moves and observations change accordingly.
 

Function Documentation

◆ TEST() [1/4]

TEST ( ConsecutiveCounterFilter  ,
TestCase1   
)

Test with same observations 3 times and car still.

Definition at line 11 of file consecutive_counter_filter_test.cpp.

Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( ConsecutiveCounterFilter  ,
TestCase2   
)

Same test as above but with different order of observations.

Definition at line 45 of file consecutive_counter_filter_test.cpp.

Here is the call graph for this function:

◆ TEST() [3/4]

TEST ( ConsecutiveCounterFilter  ,
TestCase3   
)

Same test as above but one of the landmarks is not observed 3 times.

Definition at line 83 of file consecutive_counter_filter_test.cpp.

Here is the call graph for this function:

◆ TEST() [4/4]

TEST ( ConsecutiveCounterFilter  ,
TestCase4   
)

Same test as above but the car moves and observations change accordingly.

Definition at line 119 of file consecutive_counter_filter_test.cpp.

Here is the call graph for this function: