|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
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. | |
Represents a physical obstacle on the field.
Definition at line 12 of file obstacle_manager.hpp.
| Eigen::Vector2f hololib::Obstacle::position |
2D coordinate position of the obstacle
Definition at line 13 of file obstacle_manager.hpp.
| float hololib::Obstacle::radius |
Radius of the obstacle used for avoidance.
Definition at line 14 of file obstacle_manager.hpp.