Hi,
I have some questions about supporting an ESC with UAVCAN v1.
This document is a good starting point:
There are no regulated data types specific to ESCs.
How to send commands to the ESC?
Commands would be setpoints like: speed, torque, duty etc…
Configuration parameters are also required to set maximum speed, current, acceleration, etc…
Are there types defined somewhere else, or do they need to be defined for ESCs? In which case I’d be happy to help.
Thanks
The document you referenced is the ESC network service specification you are looking for. It is not yet stable (it’s v0.1 at the moment), but it is complete and there is a chance that it will make it to v1.0 with no substantial changes.
The document has a diagram that is intended to explain how to implement and use the service:
It is also possible to apply constraints on acceleration, speed, and torque, but for that, you will need to also support the Servo service (it is very similar to ESC).
Configuration parameters are currently not regulated by DS-015 (neither they were in v0), but this may change at some point in the future if there is interest.