Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
LandmarkList Struct Reference

#include <types.hpp>

Collaboration diagram for LandmarkList:
Collaboration graph

Public Attributes

std::vector< Landmarklist
 
std::vector< Eigen::Vector2d > fov_polygon
 
std::string source_type
 
std::string frame_id
 
double timestamp
 

Detailed Description

Definition at line 49 of file types.hpp.

Member Data Documentation

◆ fov_polygon

std::vector<Eigen::Vector2d> LandmarkList::fov_polygon

Definition at line 52 of file types.hpp.

◆ frame_id

std::string LandmarkList::frame_id

Definition at line 55 of file types.hpp.

◆ list

std::vector<Landmark> LandmarkList::list

Definition at line 51 of file types.hpp.

◆ source_type

std::string LandmarkList::source_type

Definition at line 53 of file types.hpp.

◆ timestamp

double LandmarkList::timestamp

Definition at line 56 of file types.hpp.


The documentation for this struct was generated from the following file: