![]() |
Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
|
#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' } |
enum Cardinality |