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
This would be backwards compatible if length control is not needed.
If set_length is given and not nothing, then length must also be defined. The winch shall accelerate with max_acc (from settings.yaml) and with v_ro_max/ v_ro_min (from settings) until set_length is reached. If set_speed and set_length are provided, the norm of the speed shall be limited to set_speed.
The text was updated successfully, but these errors were encountered:
add the parameters length and set_length to the function calc_acc, like this:
This would be backwards compatible if length control is not needed.
If set_length is given and not nothing, then length must also be defined. The winch shall accelerate with max_acc (from settings.yaml) and with v_ro_max/ v_ro_min (from settings) until set_length is reached. If set_speed and set_length are provided, the norm of the speed shall be limited to set_speed.
The text was updated successfully, but these errors were encountered: