HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
Loading...
Searching...
No Matches
hololib::Obstacle Struct Reference

Represents a physical obstacle on the field. More...

#include <obstacle_manager.hpp>

Public Attributes

Eigen::Vector2f position
 2D coordinate position of the obstacle
 
float radius
 Radius of the obstacle used for avoidance.
 

Detailed Description

Represents a physical obstacle on the field.

Definition at line 12 of file obstacle_manager.hpp.

Member Data Documentation

◆ position

Eigen::Vector2f hololib::Obstacle::position

2D coordinate position of the obstacle

Definition at line 13 of file obstacle_manager.hpp.

◆ radius

float hololib::Obstacle::radius

Radius of the obstacle used for avoidance.

Definition at line 14 of file obstacle_manager.hpp.