You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand #63 there should be some way to set the minimum and maximum wattage over the CAN bus interface
The good news with this update is that other new commands are coming to enable profile support, namely COMM_SET_MCCONF_TEMP and COMM_SET_MCCONF_TEMP_SETUP, where a short configuration with only current, power, erpm (or m/s) and duty limits can be sent. The setup command allows using m/s and can also be applied to all VESCs on the CAN-bus if a flag is set.
However, I am unable to find this functionality in comm_can.c. Am I missing something or is this functionality not implemented?
If that is the case, can we add CAN_PACKET_CONF_POWER_LIMITS CAN_PACKET_CONF_STORE_POWER_LIMITS
to the CAN bus interface?
I would be willing to try to put a pull request for this together if needed.
Also, are there any plans to extend the UAVCAN interface so it provides the same functionality as the "normal" CAN interface?
The text was updated successfully, but these errors were encountered:
This functionality is implemented over the regular commands interface, which also can be accessed over the CAN commands with the fill_rx_buffer and process_rx_buffer commands. That is a bit trickier though than the simple can commands. I can look into adding simple can commands for it, it should be quite easy.
I don't have any device that uses UAVCAN at the moment, so it only supports some basic functionality that is relatively untested. I will probably look into it more at some point though as many people seem interested in UAVCAN.
As far as I understand #63 there should be some way to set the minimum and maximum wattage over the CAN bus interface
However, I am unable to find this functionality in comm_can.c. Am I missing something or is this functionality not implemented?
If that is the case, can we add
CAN_PACKET_CONF_POWER_LIMITS
CAN_PACKET_CONF_STORE_POWER_LIMITS
to the CAN bus interface?
I would be willing to try to put a pull request for this together if needed.
Also, are there any plans to extend the UAVCAN interface so it provides the same functionality as the "normal" CAN interface?
The text was updated successfully, but these errors were encountered: