#include <types.h>
Definition at line 48 of file types.h.
create::RobotModel::RobotModel |
( |
const ProtocolVersion |
version, |
|
|
const float |
axleLength, |
|
|
const unsigned int |
baud, |
|
|
const float |
maxVelocity = 0.5 , |
|
|
const float |
wheelDiameter = 0.078 |
|
) |
| |
|
private |
float create::RobotModel::getAxleLength |
( |
| ) |
const |
unsigned int create::RobotModel::getBaud |
( |
| ) |
const |
uint32_t create::RobotModel::getId |
( |
| ) |
const |
float create::RobotModel::getMaxVelocity |
( |
| ) |
const |
float create::RobotModel::getWheelDiameter |
( |
| ) |
const |
create::RobotModel::operator uint32_t |
( |
| ) |
const |
bool create::RobotModel::operator== |
( |
RobotModel & |
other | ) |
const |
float create::RobotModel::axleLength |
|
private |
unsigned int create::RobotModel::baud |
|
private |
Compatible with Create 1 or Roomba 500 series.
Definition at line 68 of file types.h.
Compatible with Create 2 or Roomba 600 series and greater.
Definition at line 73 of file types.h.
uint32_t create::RobotModel::id |
|
private |
float create::RobotModel::maxVelocity |
|
private |
uint32_t create::RobotModel::nextId = 1 |
|
staticprivate |
Compatible with Roomba 400 series and earlier.
Definition at line 63 of file types.h.
float create::RobotModel::wheelDiameter |
|
private |
The documentation for this class was generated from the following files: