|
Formula Student Autonomous Systems
The code for the main driverless system
|
Fixture for testing the DeviationValidator class. More...


Public Member Functions | |
| void | SetUp () override |
| Set up the test fixtures. | |
Public Attributes | |
| pcl::PointCloud< pcl::PointXYZI > * | _point_cloud_ptr_ |
| Plane | _plane_ |
Fixture for testing the DeviationValidator class.
Definition at line 15 of file standard_deviation_validator_test.cpp.
|
inlineoverride |
Set up the test fixtures.
Definition at line 20 of file standard_deviation_validator_test.cpp.
| Plane StandardDeviationTest::_plane_ |
Definition at line 23 of file standard_deviation_validator_test.cpp.
| pcl::PointCloud<pcl::PointXYZI>* StandardDeviationTest::_point_cloud_ptr_ |
Definition at line 22 of file standard_deviation_validator_test.cpp.