|
Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
|
#include <cmath>#include <cstdint>#include <sstream>#include <ostream>Go to the source code of this file.
Classes | |
| class | Pose2D |
| struct | Rectangle |
Macros | |
| #define | BOT_RADIUS 6 |
Functions | |
| Rectangle | makeRectangleFromLine (const Pose2D &L1, const Pose2D &L2, double width) |
| #define BOT_RADIUS 6 |
The bot radius in centimeters
Definition at line 17 of file Pose2D.hpp.
Makes a rectangle from a line
| L1 | One bound of the line |
| L2 | Another bound of the line |
| width | the width of the rectangle |
Definition at line 248 of file Pose2D.cpp.