Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
EKFSLAMSolverTest Class Reference
Inheritance diagram for EKFSLAMSolverTest:
Inheritance graph
Collaboration diagram for EKFSLAMSolverTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::shared_ptr< DataAssociationModeldata_association
 
std::shared_ptr< V2PMotionModelmotion_model
 
std::shared_ptr< LandmarkFilterlandmark_filter
 
std::shared_ptr< EKFSLAMSolverekf_slam_solver
 
std::shared_ptr< std::vector< double > > execution_time
 
std::weak_ptr< rclcpp::Node > node
 

Detailed Description

Definition at line 9 of file ekf_slam_solver_test.cpp.

Member Function Documentation

◆ SetUp()

void EKFSLAMSolverTest::SetUp ( )
inlineoverrideprotected

Definition at line 11 of file ekf_slam_solver_test.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ data_association

std::shared_ptr<DataAssociationModel> EKFSLAMSolverTest::data_association
protected

Definition at line 25 of file ekf_slam_solver_test.cpp.

◆ ekf_slam_solver

std::shared_ptr<EKFSLAMSolver> EKFSLAMSolverTest::ekf_slam_solver
protected

Definition at line 28 of file ekf_slam_solver_test.cpp.

◆ execution_time

std::shared_ptr<std::vector<double> > EKFSLAMSolverTest::execution_time
protected

Definition at line 29 of file ekf_slam_solver_test.cpp.

◆ landmark_filter

std::shared_ptr<LandmarkFilter> EKFSLAMSolverTest::landmark_filter
protected

Definition at line 27 of file ekf_slam_solver_test.cpp.

◆ motion_model

std::shared_ptr<V2PMotionModel> EKFSLAMSolverTest::motion_model
protected

Definition at line 26 of file ekf_slam_solver_test.cpp.

◆ node

std::weak_ptr<rclcpp::Node> EKFSLAMSolverTest::node
protected

Definition at line 30 of file ekf_slam_solver_test.cpp.


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