#include <ManipulatorReadings.h>
Public Attributes | |
| std::vector< float > | angles |
| std::vector< float > | speeds |
| std::vector< int > | errors |
| bool | motors_enabled |
| bool | store_current_position |
| unsigned int | seq |
| std::vector<float> rec::robotino::com::ManipulatorReadings::angles |
Servo angles in deg
| std::vector<float> rec::robotino::com::ManipulatorReadings::speeds |
Servo speeds in rpm
| std::vector<int> rec::robotino::com::ManipulatorReadings::errors |
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
1.5.5