forked from ARISE-Initiative/robosuite
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently we only have 2 bins (1 picking bin & 1 placing bin)
Need to add the third one on the left of the picking bin to implement ITER.
How are the bins loaded?
- In
picking.pywe need toimport BinsArena from robosuite.models.arena - In Arena:
bins_arena.xml wehavetable_full_size (3-tuple): x, y, z of the table,table_friction (3-tuple): 3 mujoco friction,bin1_pos (3-tuple): Absolute cartesian coordinates - In
picking.py__init__we can initialisebin1_pos = (0.1, -0.25, 0.8),self.bin1_pos = np.array(bin1_pos) - In
picking.pyget_placement_initializerwe havereference_pos = self.bin1_posfor pickObject
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
