-
Notifications
You must be signed in to change notification settings - Fork 125
Randomization and OSL related changes #227
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
Conversation
""" | ||
Accessor function to upload full set of paramters to OSL leg | ||
""" | ||
for idx in dict_of_dict.keys(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limit the number of param sets here (e.g. 3 or 4)
@@ -38,10 +38,10 @@ | |||
|
|||
<keyframe> | |||
<key name='stand' qpos='0 14 .95 0.707388 0 0 -0.706825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0'/> | |||
<key name='osl_backward' qpos='0 14 0.86 0.7011 0.0923 0.0923 -0.7011 -0.233 -0.0279385 -0.041886 0 0 0 0 0.377 0.1672 0.785 -0.0279385 -0.041886 0.00247908 0.0010198 0.209 0.0275069 0.136817 -0.0524 -0.00117055 -0.000125295 -0.0302192 0.0395202 -0.194029' qvel='0 -1.2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0'/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for merging with runtrack P2, also add this to the runtrack_p2 xml that you'll find there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check the angle conversion functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Randomization and OSL related changes
Modifications to environment to expose OSL leg update functions.