g2o
Loading...
Searching...
No Matches
Functions
test_slam_interface.cpp File Reference
#include <iostream>
#include "example_slam_interface.h"
#include "slam_parser/interface/parser_interface.h"
Include dependency graph for test_slam_interface.cpp:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 33 of file test_slam_interface.cpp.

33 {
34 ExampleSlamInterface slamInterface;
35 SlamParser::ParserInterface parserInterface(&slamInterface);
36
37 while (parserInterface.parseCommand(cin)) {
38 // do something additional if needed
39 }
40
41 return 0;
42}
example for an interface to a SLAM algorithm
top-level interface to the parser

References SlamParser::ParserInterface::parseCommand().