unitree_ros/unitree_legged_msgs/msg/MotorState.msg

10 lines
540 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

uint8 mode # motor current mode
float32 q # motor current positionrad
float32 dq # motor current speedrad/s
float32 ddq # motor current speedrad/s
float32 tauEst # current estimated output torqueN*m
float32 q_raw # motor current positionrad
float32 dq_raw # motor current speedrad/s
float32 ddq_raw # motor current speedrad/s
int8 temperature # motor temperatureslow conduction of temperature leads to lag
uint32[2] reserve