-
Notifications
You must be signed in to change notification settings - Fork 48
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
Some joints go in HF if the max step size is decreased in Gazebo #522
Comments
I think you can increase the
|
I am also open to increase the default, remove the default (i.e. requiring the parameter to be set in the .ini conf file) or do whatever it make sense to do. |
By the way, it would be interesting to understand why this happens, by decreasing the timestamp the numerical errors should decrease. |
Another possibility is to add a flag to disable the check. |
If I decrease the
max step size
in Gazebo from0.001
to0.0001
torso and shoulder often go in hardware fault. As far as I understood the hardware fault is manually set ifgazebo-yarp-plugins/plugins/controlboard/src/ControlBoardDriver.cpp
Lines 568 to 575 in 52491d6
I completely understand that this is done to emulate the real robot model but it would be nice if this check can be easily disabled from the configuration file. It will help a lot while running simulations
cc @prashanthr05 @traversaro and @S-Dafarra
The text was updated successfully, but these errors were encountered: