#include "track/trackLoader.hpp"
#include "yaml-cpp/yaml.h"
#include <iostream>
#include <string>
Go to the source code of this file.
◆ addLandmarks()
| void addLandmarks |
( |
std::vector< Landmark > * |
_ret, |
|
|
Node * |
list, |
|
|
int * |
_coneCounter |
|
) |
| |
◆ addTimeKeepings()
| void addTimeKeepings |
( |
std::vector< std::pair< Landmark, Landmark > > * |
_ret, |
|
|
Node * |
list, |
|
|
int * |
_coneCounter |
|
) |
| |
◆ fillChildNode()
| Node fillChildNode |
( |
Node |
parentNode, |
|
|
string |
tag |
|
) |
| |
◆ loadMap()
| Track loadMap |
( |
string |
mapPath, |
|
|
Eigen::Vector3d & |
start_position, |
|
|
Eigen::Vector3d & |
start_orientation |
|
) |
| |