|
Formula Student Autonomous Systems
The code for the main driverless system
|
Trait class for node control in SLAM solvers. More...
#include <node_controller_trait.hpp>


Public Member Functions | |
| virtual void | init (std::weak_ptr< rclcpp::Node > node)=0 |
| Initialize the SLAM solver. | |
| virtual | ~NodeControllerTrait ()=default |
Trait class for node control in SLAM solvers.
This trait provides an interface for SLAM solvers to interact with ROS2 nodes, allowing them to initialize and manage node-related functionalities.
Definition at line 11 of file node_controller_trait.hpp.
|
virtualdefault |
|
pure virtual |
Initialize the SLAM solver.
This method is used to initialize the SLAM solver's aspects that require the node e.g. timer callbacks
| node | ROS2 node |
Implemented in GraphSLAMSolver.