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

Detect Cabinet Shelves #26

Open
EmilianoHFlores opened this issue Apr 11, 2024 · 1 comment
Open

Detect Cabinet Shelves #26

EmilianoHFlores opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request feature New feature development

Comments

@EmilianoHFlores
Copy link
Member

The current iteration of the pick and place depends on the Object_Detector_3D program, where a 3D point cloud is processed to cut the largest planar surface found in the robot's vision range, which is assumed to be the table.

While this approach has been proven successful for picking and placing objects in tables, development on the Storing Groceries task implies placing objects on different cabinet shelves.

A new detector 3D that can receive a level and/or height at which to place a given object has to be developed, which is to be able to detect the levels and cut the surface accordingly to be used with the Clustering or another placing position algorithm.

@EmilianoHFlores EmilianoHFlores added enhancement New feature or request feature New feature development labels Apr 11, 2024
@EmilianoHFlores EmilianoHFlores added this to the Storing Groceries milestone Apr 11, 2024
@EmilianoHFlores
Copy link
Member Author

This issue will be on hold as current iteration will look shelf level by shelf level

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

When branches are created from issues, their pull requests are automatically linked.

2 participants