Sensor readings of Robotino's (optional) Grappler.
More...
#include <GrapplerReadings.h>
Sensor readings of Robotino's (optional) Grappler.
| rec::robotino::api2::GrapplerReadings::GrapplerReadings |
( |
| ) |
|
|
inline |
| virtual rec::robotino::api2::GrapplerReadings::~GrapplerReadings |
( |
| ) |
|
|
inlinevirtual |
| void rec::robotino::api2::GrapplerReadings::clear |
( |
| ) |
|
|
inline |
Removes all information stored in this object.
| bool rec::robotino::api2::GrapplerReadings::isEmpty |
( |
| ) |
const |
|
inline |
- Returns
- true if this object does not store any information.
| float rec::robotino::api2::GrapplerReadings::angles[maxNumServos] |
| float rec::robotino::api2::GrapplerReadings::ccwAxesLimits[maxNumServos] |
The CCW limit of the axes in deg.
| int rec::robotino::api2::GrapplerReadings::channels[maxNumServos] |
The channels of the axes.
| float rec::robotino::api2::GrapplerReadings::cwAxesLimits[maxNumServos] |
The CW limit of the axes in deg.
| int rec::robotino::api2::GrapplerReadings::errors[maxNumServos] |
Servo errors. The error is a bit mask encoding the following errors Bit 0 - Input voltage error. Bit 1 - Angle limit error Bit 2 - Overheating error Bit 3 - range error Bit 4 - checksum error Bit 5 - Overload error Bit 6 - Instruction error Bit 7 - na
| int rec::robotino::api2::GrapplerReadings::ids[maxNumServos] |
| bool rec::robotino::api2::GrapplerReadings::isTorqueEnabled |
| const unsigned int rec::robotino::api2::GrapplerReadings::maxNumServos = 16 |
|
static |
| unsigned int rec::robotino::api2::GrapplerReadings::numServos |
| unsigned int rec::robotino::api2::GrapplerReadings::sequenceNumber |
Sequence number of this data packet.
| float rec::robotino::api2::GrapplerReadings::speeds[maxNumServos] |
The documentation for this class was generated from the following file: