|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include "slam_solver/graph_slam_solver/graph_slam_solver.hpp"#include <gmock/gmock.h>#include <gtest/gtest.h>#include <yaml-cpp/yaml.h>
Go to the source code of this file.
Classes | |
| class | MockDataAssociationModel |
| class | MockLandmarkFilter |
| class | MockV2PModel |
| class | MockLoopClosure |
| class | GraphSlamSolverTest |
| Whitebox integration test for the GraphSLAMSolver. More... | |
Functions | |
| TEST_F (GraphSlamSolverTest, MotionAndObservation) | |
| Test the GraphSLAMSolver in one iteration of inputs. | |
| TEST_F | ( | GraphSlamSolverTest | , |
| MotionAndObservation | |||
| ) |
Test the GraphSLAMSolver in one iteration of inputs.
Definition at line 85 of file graph_slam_solver_test.cpp.