You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the 1st commit message:
Fix fallen objs
In Picking.return_fallen_objs():
- Refactor for loop into list comp
- Tackle base case wehen we load 1 obj and the boject fell. We will return empty goal obj name, origin pos, unit quat, exactly like what we did in Picking.get_goal_object()
- Turn on fallen obj flag inside return_fallen_objs() function if all objects has fallen
In picking.py
- Rename self.fallen_objs_flag to self.all_objs_fallen_flag
In Picking._reset_internal:
- If fallen objs flag is on, copy obj names, not yet cons obj names from fallen objs back to obj names
- Proceed to clear fallen objs
- Turn off flag
In Picking.step()
- Update fallen obj flag name
# This is the commit message #2:
merge
# This is the commit message #3:
accepted merge changes
# This is the commit message #4:
Fix fallen objs, comment fallen objs
Moving the Bins
The text was updated successfully, but these errors were encountered: