#include <Robby.h>
Inherits RectangleShape.
|
| Robby (float x, float y, float width, float height) |
|
double | go (int motLeft, int motRight, double speed, double deltaTime) |
| Creds to http://chess.eecs.berkeley.edu/eecs149/documentation/differentialDrive.pdf. More...
|
|
double | goAccel (int motLeft, int motRight) |
|
void | inverseGoKiwi (int x, int y, int r, double deltaT) |
|
void | goKiwi (int i, int j, int k, double deltaT) |
|
|
void | displace (double x, double y, double r, double deltaT) |
|
Robby::Robby |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
void Robby::displace |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
r, |
|
|
double |
deltaT |
|
) |
| |
|
protected |
double Robby::go |
( |
int |
motLeft, |
|
|
int |
motRight, |
|
|
double |
speed, |
|
|
double |
deltaTime |
|
) |
| |
double Robby::goAccel |
( |
int |
motLeft, |
|
|
int |
motRight |
|
) |
| |
void Robby::goKiwi |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
double |
deltaT |
|
) |
| |
void Robby::inverseGoKiwi |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
r, |
|
|
double |
deltaT |
|
) |
| |
sf::Clock Robby::moveClock |
|
protected |
The documentation for this class was generated from the following files:
- /home/truell20/Documents/Fido/Fido/include/Simulator/Robby.h
- /home/truell20/Documents/Fido/Fido/src/Simulator/Robby.cpp