-
Notifications
You must be signed in to change notification settings - Fork 9
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
Missing motor information with robot in simulation #137
Comments
I guess the methods related to those quantities need to be implemented in |
In looking at the gazebo controlboard code, the methods related to voltage PWM which is a part of IAmplifierControl interface does not seem to be implemented.
This error is not expected, since the method is implemented here.
Instead, the errors related to the joint torque errors are strange. |
@prashanthr05 @traversaro shall we open those 3 issues in I think that here we are just using the interfaces, I don't think that there are problems in the |
Ok. |
I tried to use
yarp-telemetry
with iCub3 in simulation and I used the following config file:But the application prints the following warnings:
The option causing these warnings is
logIPidControl
.I'm opening this issue as I expect to read the torque references and errors even when the robot is in simulation. Is there something I'm not considering, so the warnings are ok, or should I see those quantities also in simulation?
cc @prashanthr05 @traversaro
The text was updated successfully, but these errors were encountered: