SDFRandomizer force poisitive location #398
HorvathDawson
started this conversation in
General
Replies: 1 comment 4 replies
-
This seems like a bug, thanks! It makes sense to enforce positiveness after applying the randomization function. Since I'm about to make a new release that supports the new Fortress distribution, I'll fix it in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any reason that the force positive for the SDF randomize happens on the sample instead of the result from each method??
In my eyes the force positive should act right before the value is set to the new value otherwise you will only have positive variations to the default value with additive.
https://github.com/robotology/gym-ignition/blob/311b08ef16651d9a915d11866cd1d6df923ca681/python/gym_ignition/randomizers/model/sdf.py#L294-L313
Beta Was this translation helpful? Give feedback.
All reactions