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

Objects falling to floor: 2 cases #11

Open
rojas70 opened this issue Jan 17, 2022 · 0 comments
Open

Objects falling to floor: 2 cases #11

rojas70 opened this issue Jan 17, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rojas70
Copy link

rojas70 commented Jan 17, 2022

In branch picking_environment_new_reset we introduced a new reset formulation where we do soft resets after 1 object is picked up and hard resets when all objects or ill conditions appear.

Objects may fall in two situations:

  1. #model==#load
    In cases, where the number of objects loaded is equal to the number of objects modeled, objects fall only from bin2, when a new object is placed unto bin2. This does not occur because that new object falls on top of the previous model, it must be related to the way the position of the objects is maintained across resets.

  2. #model<#load
    In cases, where the number of modeled objects is less than the loaded number of objects, the objects tend to fall down while doing a regular pick in bin1.

There must be some problem in the way the position of an object is updated when it is the list of "self.not_yet_considered_objects"... Need to dig in here.

@rojas70 rojas70 added the bug Something isn't working label Jan 17, 2022
@rojas70 rojas70 changed the title Objects fall to floor when successfully placed objects are transported to bin2 Objects falling to floor: 2 cases Jan 18, 2022
@rojas70 rojas70 self-assigned this Jan 18, 2022
@rojas70 rojas70 added this to the complete_script_no_her milestone Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant