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

Public Attributes | |
| int | id |
| Eigen::Vector3d | position |
| Eigen::Matrix3d | cov |
| bool | beenHit = false |
| LandmarkType | type = LandmarkType::UNKNOWN |
| double | typeWeights [LandmarkType::UNKNOWN+1] = { 0.0 } |
| double | detection_probability = 1.0 |
| LandmarkType Landmark::type = LandmarkType::UNKNOWN |
| double Landmark::typeWeights[LandmarkType::UNKNOWN+1] = { 0.0 } |