![]() |
Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
|
#include "Pose2D.hpp"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Pose2D &d) |
Rectangle | makeRectangleFromLine (const Pose2D &L1, const Pose2D &L2, double width) |
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.
std::ostream & operator<< | ( | std::ostream & | os, |
const Pose2D & | d ) |
To string for a pose2D
os | output stream |
d | the pose2D to reference |
Definition at line 230 of file Pose2D.cpp.