|
Formula Student Autonomous Systems
The code for the main driverless system
|
Whitebox integration test for the GraphSLAMSolver. More...


Public Member Functions | |
| GraphSlamSolverTest () | |
Public Attributes | |
| SLAMParameters | params |
| std::shared_ptr< MockV2PModel > | mock_motion_model_ptr |
| std::shared_ptr< MockDataAssociationModel > | mock_data_association_ptr |
| std::shared_ptr< MockLandmarkFilter > | mock_landmark_filter_ptr |
| std::shared_ptr< MockLoopClosure > | mock_loop_closure_ptr |
| std::shared_ptr< V2PMotionModel > | motion_model_ptr |
| std::shared_ptr< LandmarkFilter > | landmark_filter_ptr |
| std::shared_ptr< DataAssociationModel > | data_association_ptr |
| std::shared_ptr< LoopClosure > | loop_closure_ptr |
| std::shared_ptr< GraphSLAMSolver > | solver |
Whitebox integration test for the GraphSLAMSolver.
Definition at line 53 of file graph_slam_solver_test.cpp.
|
inline |
Definition at line 55 of file graph_slam_solver_test.cpp.
| std::shared_ptr<DataAssociationModel> GraphSlamSolverTest::data_association_ptr |
Definition at line 77 of file graph_slam_solver_test.cpp.
| std::shared_ptr<LandmarkFilter> GraphSlamSolverTest::landmark_filter_ptr |
Definition at line 76 of file graph_slam_solver_test.cpp.
| std::shared_ptr<LoopClosure> GraphSlamSolverTest::loop_closure_ptr |
Definition at line 78 of file graph_slam_solver_test.cpp.
| std::shared_ptr<MockDataAssociationModel> GraphSlamSolverTest::mock_data_association_ptr |
Definition at line 72 of file graph_slam_solver_test.cpp.
| std::shared_ptr<MockLandmarkFilter> GraphSlamSolverTest::mock_landmark_filter_ptr |
Definition at line 73 of file graph_slam_solver_test.cpp.
| std::shared_ptr<MockLoopClosure> GraphSlamSolverTest::mock_loop_closure_ptr |
Definition at line 74 of file graph_slam_solver_test.cpp.
| std::shared_ptr<MockV2PModel> GraphSlamSolverTest::mock_motion_model_ptr |
Definition at line 71 of file graph_slam_solver_test.cpp.
| std::shared_ptr<V2PMotionModel> GraphSlamSolverTest::motion_model_ptr |
Definition at line 75 of file graph_slam_solver_test.cpp.
| SLAMParameters GraphSlamSolverTest::params |
Definition at line 70 of file graph_slam_solver_test.cpp.
| std::shared_ptr<GraphSLAMSolver> GraphSlamSolverTest::solver |
Definition at line 79 of file graph_slam_solver_test.cpp.