-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement host side torque control #202
Comments
Is there a planned dev to get high speed torque reading ? Currently, I think the fastest is 500 Hz if all other motor sensors are dropped and this is quite slow regarding the higher level control loops running at 1 kHz. |
Not really for now. I was planning to try it as is and see how it behaves, then go from there. |
Iceboxed for now. There's a new beta firmware that seems to give a good torque control on the motor board, which behaves well with the position control from the host. |
Reuse the code from position controllers, takes torque demand, computes pwm using PID. Clamps torque between 0 and 1 (using parameter server and sr_ethercat_hand_config yaml file).
@jlaforga needs it quickly: a customer wants to be able to switch between position and torque control very efficiently.
The text was updated successfully, but these errors were encountered: