File: clober_msgs/MotorState.msg
Raw Message Definition
# The actual velocity measured by the encoder as the actual RPM value (rad/s)
float64 velocity
# The actual position by the encoder value (rad)
float64 position
# The current flowing through the motors (A)
float64 current
Compact Message Definition
float64 velocity
float64 position
float64 current