Skip to content
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 HARD_INITIAL_POSE in FloatingMiaGraspEnv #41

Closed
xkiixkii opened this issue Jun 21, 2024 · 1 comment · Fixed by #44
Closed

Missing HARD_INITIAL_POSE in FloatingMiaGraspEnv #41

xkiixkii opened this issue Jun 21, 2024 · 1 comment · Fixed by #44
Assignees
Labels
bug Something isn't working

Comments

@xkiixkii
Copy link
Contributor

In uniform_initialisation_example.py; Line: 16.
base_initial_pose = FloatingMiaGraspEnv.HARD_INITIAL_POSE.copy()
the initialpose is assigned HARD_INITIAL_POSE but there is no such const variable in FloatingMiaGraspEnv.

@mlaux1 mlaux1 added the bug Something isn't working label Jun 21, 2024
@mlaux1 mlaux1 self-assigned this Jun 21, 2024
@mlaux1
Copy link
Collaborator

mlaux1 commented Jun 21, 2024

Thank you for pointing this out. The name of this constant was changed to INITIAL_POSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants