Closed Stefanos19 closed 8 years ago
@Stefanos19 Can you take a look at my comment above?
I think the issue is that the command: robot.task_manipulation.prob.SendCommand('CloseFingers') returns the following error: [grasperplanner.cpp:258 PlanPath] no objects in environment
I will merge this for now. However, it is really not correct - we should figure out why CloseFinger
s is failing.
@Stefanos19 Please make an issue about this.
Note that
MoveHand
function ignores collisions and will always terminate with the hand fully closed, even if it is penetrating an object. Therobot.task_manipulation.CloseFingers()
function simulates closing the fingers until they are in collision. This is why we have separate functions forCloseFingers
andOpenFingers
.