Browse Source
Merge pull request #13 from chernyadev/nc/fix_lm_pnp_apple_to_plate
Fix LMPnPAppleToPlate env
main
Runyu Ding
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
3 deletions
-
gr00t_wbc/dexmg/gr00trobocasa/robocasa/environments/locomanipulation/locomanip_basic.py
-
BIN
gr00t_wbc/dexmg/gr00trobocasa/robocasa/models/assets/objects/omniverse/locomanip/apple_0/visual/image0.png
|
|
|
@ -670,7 +670,6 @@ class LMPnPAppleToPlate(LMPnPBottleToPlate): |
|
|
|
rotation=np.array([-np.pi, np.pi]), |
|
|
|
reference_pos=np.array([0.4, 0, self.table.mj_obj.top_offset[2]]), |
|
|
|
), |
|
|
|
rgba=(0.85, 0.1, 0.1, 1.0), |
|
|
|
) |
|
|
|
) |
|
|
|
return [self.table, self.table_target, self.apple, self.plate] |
|
|
|
|