Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
RANSACTest Class Reference

Test class for setting up data and testing RANSAC algorithm. More...

Inheritance diagram for RANSACTest:
Inheritance graph
Collaboration diagram for RANSACTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::vector< std::array< float, 5 > > cloud_pts
 
std::vector< std::array< float, 5 > > empty_cloud_pts
 
std::vector< std::array< float, 5 > > cloud_3_pts
 
GroundGrid default_grid {30.0, 0.1, 0.5, 10.0, 0.1, 3.14}
 

Detailed Description

Test class for setting up data and testing RANSAC algorithm.

Definition at line 13 of file ransac_test.cpp.

Member Function Documentation

◆ SetUp()

void RANSACTest::SetUp ( )
inlineoverrideprotected

Definition at line 15 of file ransac_test.cpp.

Member Data Documentation

◆ cloud_3_pts

std::vector<std::array<float, 5> > RANSACTest::cloud_3_pts
protected

Definition at line 27 of file ransac_test.cpp.

◆ cloud_pts

std::vector<std::array<float, 5> > RANSACTest::cloud_pts
protected

Definition at line 25 of file ransac_test.cpp.

◆ default_grid

GroundGrid RANSACTest::default_grid {30.0, 0.1, 0.5, 10.0, 0.1, 3.14}
protected

Definition at line 29 of file ransac_test.cpp.

◆ empty_cloud_pts

std::vector<std::array<float, 5> > RANSACTest::empty_cloud_pts
protected

Definition at line 26 of file ransac_test.cpp.


The documentation for this class was generated from the following file: