Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
Loading...
Searching...
No Matches
Field.hpp File Reference
#include "Pillar.hpp"
#include "vector"
#include <cstdint>
#include <memory>
#include "Graph.hpp"
#include "HoleManager.hpp"
#include "Pose2D.hpp"

Go to the source code of this file.

Classes

class  Field
 

Macros

#define MAX_X   426.72
 
#define MAX_Y   242.57
 

Enumerations

enum  Cardinality { N = 'N' , S = 'S' , E = 'E' , W = 'W' }
 

Macro Definition Documentation

◆ MAX_X

#define MAX_X   426.72

THe max x position on the field

Definition at line 20 of file Field.hpp.

◆ MAX_Y

#define MAX_Y   242.57

The max y position on the field

Definition at line 25 of file Field.hpp.

Enumeration Type Documentation

◆ Cardinality

Norht, South, East, West

Enumerator

Definition at line 30 of file Field.hpp.