Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ServoSensorsResponse Struct ReferenceExpected response from a ReadServoSensorsCmd, common across AX, RX, and EX series at least. More...
Inheritance diagram for ServoSensorsResponse:
Detailed DescriptionExpected response from a ReadServoSensorsCmd, common across AX, RX, and EX series at least. Definition at line 376 of file DynamixelProtocol.h.
Constructor & Destructor Documentationconstructor Definition at line 378 of file DynamixelProtocol.h. Member Function Documentation
returns an indication of how hard the servo is working, 11 bit signed resolution; note we flip the sign from what the hardware provides Definition at line 386 of file DynamixelProtocol.h. Referenced by DynamixelDriver::provideValues().
returns current position in 'tics', 10 bit resolution Definition at line 382 of file DynamixelProtocol.h. Referenced by DynamixelDriver::pingServos(), and DynamixelDriver::provideValues().
returns current speed as 'tics' per second, 11 bit signed resolution Definition at line 384 of file DynamixelProtocol.h. Referenced by DynamixelDriver::provideValues(). Member Data Documentation
checksum value (bitwise negated sum of all non-marker fields), see nchecksum() Definition at line 396 of file DynamixelProtocol.h.
high byte of load Definition at line 393 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getLoad().
low byte of load Definition at line 392 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getLoad().
high byte of position Definition at line 389 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getPosition().
low byte of position Definition at line 388 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getPosition().
high byte of speed Definition at line 391 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getSpeed().
low byte of speed Definition at line 390 of file DynamixelProtocol.h. Referenced by ServoSensorsResponse::getSpeed().
temperature (Celsius) Definition at line 395 of file DynamixelProtocol.h. Referenced by DynamixelDriver::provideValues().
voltage times 10 Definition at line 394 of file DynamixelProtocol.h. Referenced by DynamixelDriver::provideValues(). The documentation for this struct was generated from the following file: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:42 2016 by Doxygen 1.6.3 |