tutrcos
|
#include <cybergear.hpp>
公開変数類 | |
unsigned long | stamp_usec |
uint8_t | motor_id |
motor id | |
float | position |
encoder position (-4pi to 4pi) | |
float | velocity |
motor velocity (-30rad/s to 30rad/s) | |
float | effort |
motor effort (-12Nm - 12Nm) | |
float | temperature |
temperature | |
uint16_t | raw_position |
raw position (for sync data) | |
uint16_t | raw_velocity |
raw velocity (for sync data) | |
uint16_t | raw_effort |
raw effort (for sync data) | |
uint16_t | raw_temperature |
raw temperature (for sync data) | |
float tutrcos::module::Cybergear::MotorStatus::effort |
motor effort (-12Nm - 12Nm)
uint8_t tutrcos::module::Cybergear::MotorStatus::motor_id |
motor id
float tutrcos::module::Cybergear::MotorStatus::position |
encoder position (-4pi to 4pi)
uint16_t tutrcos::module::Cybergear::MotorStatus::raw_effort |
raw effort (for sync data)
uint16_t tutrcos::module::Cybergear::MotorStatus::raw_position |
raw position (for sync data)
uint16_t tutrcos::module::Cybergear::MotorStatus::raw_temperature |
raw temperature (for sync data)
uint16_t tutrcos::module::Cybergear::MotorStatus::raw_velocity |
raw velocity (for sync data)
unsigned long tutrcos::module::Cybergear::MotorStatus::stamp_usec |
float tutrcos::module::Cybergear::MotorStatus::temperature |
temperature
float tutrcos::module::Cybergear::MotorStatus::velocity |
motor velocity (-30rad/s to 30rad/s)