We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The commands: -robot.arm.hand.OpenHand() -robot.arm.hand.CloseHand() -robot.arm.hand.CloseHandTight()
for ADA as listed in base/micohand.py do nothing in simulation. MoveHand(), however, does what you would expect.
The text was updated successfully, but these errors were encountered:
Umm, am I missing something, or do these functions not actually get around to moving the hand anywhere in simulation?
prpy/src/prpy/base/micohand.py
Line 130 in f731c3c
Edit: nevermind, they are using the mysterious robot.task_manipulation package that I've only ever seen throw weird warnings.
robot.task_manipulation
Sorry, something went wrong.
@Stefanos19 Can you look into this?
Fixed with PR #254
No branches or pull requests
The commands:
-robot.arm.hand.OpenHand()
-robot.arm.hand.CloseHand()
-robot.arm.hand.CloseHandTight()
for ADA as listed in base/micohand.py do nothing in simulation. MoveHand(), however, does what you would expect.
The text was updated successfully, but these errors were encountered: