|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "slam_solver/graph_slam_solver/pose_updater/base_pose_updater.hpp"#include "slam_solver/graph_slam_solver/pose_updater/difference_based_ready_pose_updater.hpp"

Go to the source code of this file.
Variables | |
| const std::map< std::string, std::function< std::shared_ptr< PoseUpdater >(const SLAMParameters &)>, std::less<> > | pose_updater_constructors_map |
| const std::map<std::string, std::function<std::shared_ptr<PoseUpdater>(const SLAMParameters&)>, std::less<> > pose_updater_constructors_map |