|
Formula Student Autonomous Systems
The code for the main driverless system
|
Unit tests for the ICP class. More...

Go to the source code of this file.
Classes | |
| class | ICPSuite |
| Test suite for the ICP class. More... | |
Functions | |
| TEST_F (ICPSuite, Initialization) | |
| Test case to check if ICP initializes properly. | |
| TEST_F (ICPSuite, Alignment) | |
| Test case to check if ICP aligns source cloud properly. | |
| TEST_F (ICPSuite, AlignmentFailed) | |
| Test case to check if ICP fails to align properly. | |
Unit tests for the ICP class.
Definition in file icp_test.cpp.
| TEST_F | ( | ICPSuite | , |
| Alignment | |||
| ) |
Test case to check if ICP aligns source cloud properly.
Definition at line 47 of file icp_test.cpp.

| TEST_F | ( | ICPSuite | , |
| AlignmentFailed | |||
| ) |
Test case to check if ICP fails to align properly.
Definition at line 61 of file icp_test.cpp.

| TEST_F | ( | ICPSuite | , |
| Initialization | |||
| ) |
Test case to check if ICP initializes properly.
Definition at line 37 of file icp_test.cpp.
