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

Don't trust the planner #1

Open
sarthou opened this issue Jan 6, 2021 · 1 comment
Open

Don't trust the planner #1

sarthou opened this issue Jan 6, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sarthou
Copy link
Member

sarthou commented Jan 6, 2021

def pick_callback(self, msg):
if msg.action = RobotAction.PICK:
self.pick_map[msg.objID]="pr2_arm"+str(msg.arm)
else:
if msg.objID in self.pick_map:
del self.pick_map[self.objID]

You should also look to the pressure of the gripper to validate that the pick has been effective or not

@guilhembn guilhembn added the enhancement New feature or request label Jan 6, 2021
@guilhembn
Copy link

Not only the pressure in the gripper, but more importantly, the position of the gripper (what can be picked if it is completely closed?) and its torque.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants