Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
trackLoader.cpp File Reference
#include "track/trackLoader.hpp"
#include "yaml-cpp/yaml.h"
#include <iostream>
#include <string>
Include dependency graph for trackLoader.cpp:

Go to the source code of this file.

Functions

Node fillChildNode (Node parentNode, string tag)
 
void addLandmarks (std::vector< Landmark > *_ret, Node *list, int *_coneCounter)
 
void addTimeKeepings (std::vector< std::pair< Landmark, Landmark > > *_ret, Node *list, int *_coneCounter)
 
Track loadMap (string mapPath, Eigen::Vector3d &start_position, Eigen::Vector3d &start_orientation)
 

Function Documentation

◆ addLandmarks()

void addLandmarks ( std::vector< Landmark > *  _ret,
Node *  list,
int *  _coneCounter 
)

Definition at line 20 of file trackLoader.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ addTimeKeepings()

void addTimeKeepings ( std::vector< std::pair< Landmark, Landmark > > *  _ret,
Node *  list,
int *  _coneCounter 
)

Definition at line 36 of file trackLoader.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fillChildNode()

Node fillChildNode ( Node  parentNode,
string  tag 
)

Definition at line 9 of file trackLoader.cpp.

Here is the caller graph for this function:

◆ loadMap()

Track loadMap ( string  mapPath,
Eigen::Vector3d &  start_position,
Eigen::Vector3d &  start_orientation 
)

Definition at line 57 of file trackLoader.cpp.

Here is the call graph for this function: