Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
trackLoader.hpp
Go to the documentation of this file.
1
#ifndef TRACKLOADER_HPP
2
#define TRACKLOADER_HPP
3
4
#include "
types.hpp
"
5
#include <string>
6
#include <vector>
7
8
Track
loadMap
(std::string mapPath, Eigen::Vector3d& start_position, Eigen::Vector3d& start_orientation);
9
10
#endif
/* TRACKLOADER_HPP */
Track
Definition
types.hpp:40
loadMap
Track loadMap(std::string mapPath, Eigen::Vector3d &start_position, Eigen::Vector3d &start_orientation)
types.hpp
src
pacsim
include
track
trackLoader.hpp
Generated by
1.9.8