-
Notifications
You must be signed in to change notification settings - Fork 2
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
ergoCub 1.1 S/N:001 β Problems when loading configuration files for torque control parameters #1718
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Hi @DanielePucci, The ...
(stictionUp 0 0 0) (stictionDown 0 0 0) (kff 1 1 1) (viscousPos 0 0 0) (viscousNeg 0 0 0) (coulombPos 0 0 0) (coulombNeg 0 0 0) (velocityThres 0.1 0.1 0.1) (filterType 0 0 0) (ktau 176 176 -176)"), ("OTHER_CONTROL_PARAMETERS" [group] = "(deadZone 0.0049 0.0049 0.0049)")]
... I'm not sure, but as a first quick view to the info provided, it could be a (wrong) cast from float to int that trunkates the 0.1 to 0. cc @Nicogene |
Hi @sgiraz, thanks for the hint. We tried to set all parameters as integers, but it does not seem to solve the issue Here's the log log_ergocub-torso_yarprobotinterface_18098.txt |
Hi @DanielePucci, I fixed a bug in |
Thanks a lot @sgiraz, hopefully tomorrow we are going to give it a try! |
Today, @DanielePucci and I tested the PR. Now everything works fine. Thanks a lot. |
Hi @isorrentino, @DanielePucci Thank you for your precious feedback. I proceed closing this issue! β |
Robot Name π€
ergoCub 1.1 S/N:001
Request/Failure description
Today, we started with @isorrentino to work to test the Yoga demo on the real robot after the preliminary results in https://github.com/ami-iit/element_qp-reactive-control/issues/70.
So, we started modifying the files for loading the parameters of torque control. See the commit ami-iit/robots-configuration@f6fe83c
Unfortunately, these parameters seem not loaded in the motor gui
And we cannot at the moment test the torque control since adding them manually for all the joints is a very long process
Detailed context
This is the output of yarprobotinterface
output_interface.txt
@Nicogene @sgiraz @maggia80
Additional context
No response
How does it affect you?
No response
The text was updated successfully, but these errors were encountered: