Test class for setting up data and testing RANSAC algorithm.
More...
Test class for setting up data and testing RANSAC algorithm.
Definition at line 13 of file ransac_test.cpp.
◆ SetUp()
| void RANSACTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ cloud_3_pts
| std::vector<std::array<float, 5> > RANSACTest::cloud_3_pts |
|
protected |
◆ cloud_pts
| std::vector<std::array<float, 5> > RANSACTest::cloud_pts |
|
protected |
◆ default_grid
| GroundGrid RANSACTest::default_grid {30.0, 0.1, 0.5, 10.0, 0.1, 3.14} |
|
protected |
◆ empty_cloud_pts
| std::vector<std::array<float, 5> > RANSACTest::empty_cloud_pts |
|
protected |
The documentation for this class was generated from the following file: