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