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

Calculate offset to reduce the area for safe placing #12

Open
jarkenau opened this issue Mar 20, 2024 · 2 comments
Open

Calculate offset to reduce the area for safe placing #12

jarkenau opened this issue Mar 20, 2024 · 2 comments

Comments

@jarkenau
Copy link
Member

Currently the offset for reducing the place area (e.g top table surface) to a safe sub-area is hard coded:
https://github.com/aprilprojecteu/grasplan/blob/c8a27e6fa6685c20a441b1e61b4aeb7fc40634b1/src/grasplan/place.py#L205

We often need to adjust it for demos, further it also highly depends on the current object in the gripper and computing it based on that shouldn't be to difficult. However the different "upwards" axis described in #10 could require some special cases.

@mintar
Copy link
Member

mintar commented Mar 20, 2024

Also, this line has two bugs. :)

I've fixed them in #13.

@oscar-lima
Copy link
Collaborator

oscar-lima commented Apr 10, 2024

Idea: offset the place plane using interactive markers

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

No branches or pull requests

3 participants