|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <types.hpp>

Public Attributes | |
| bool | lanesFirstWithLastConnected = true |
| std::vector< Landmark > | left_lane |
| std::vector< Landmark > | right_lane |
| std::vector< Landmark > | unknown |
| std::vector< std::pair< Landmark, Landmark > > | time_keeping_gates |
| Eigen::Vector3d | gnssOrigin |
| Eigen::Vector3d | enuToTrackRotation |