Hi
Trying to integrate with the controller using CAN. But i am not able to understand what version of the UAVCAN protocol the firmware supports.
What version is in use?
Hi
Trying to integrate with the controller using CAN. But i am not able to understand what version of the UAVCAN protocol the firmware supports.
What version is in use?
UAVCAN -> DroneCAN
UAVCAN 2
what we are useing right now, would be DroneCAN
#
# Generic ESC status.
# Unknown fields should be set to NAN.
#
uint32 error_count # Resets when the motor restarts
float16 voltage # Volt
float16 current # Ampere. Can be negative in case of a regenerative braking.
float16 temperature # Kelvin
int18 rpm # Negative value indicates reverse rotation
uint7 power_rating_pct # Instant demand factor in percent (percent of maximum power); range 0% to 127%.
uint5 esc_index # zero is first ESC. This should match the index into the cmd[] array in RawCommand
i am want to know
how to send DroneCAN speed cmd from VESC 6 to motor
for now
i can read the DroneCAN information, only.
still can not control motor through DroneCAN.