fix(box_task): re-fit cardboard_box visual walls to its frozen collision hull
#29
by Everloom - opened
assets/box_task/cardboard_box/box.obj
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
assets/box_task/cardboard_box/cardboard_box.xml
CHANGED
|
@@ -11,6 +11,17 @@
|
|
| 11 |
collision geom (matches Parrot's prop_collision class)
|
| 12 |
- inner usable XY region shrinks to X=±0.108, Y=±0.1105 (matches the
|
| 13 |
pack_box checker's rel_xy_half_extent_m)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
-->
|
| 15 |
<mujoco model="cardboard_box">
|
| 16 |
<compiler meshdir="." angle="radian" />
|
|
|
|
| 11 |
collision geom (matches Parrot's prop_collision class)
|
| 12 |
- inner usable XY region shrinks to X=±0.108, Y=±0.1105 (matches the
|
| 13 |
pack_box checker's rel_xy_half_extent_m)
|
| 14 |
+
|
| 15 |
+
2026-08-10 visual re-fit (box.obj + usd/cardboard_box.usd; NO geom change):
|
| 16 |
+
the scanned visual walls used to sit at |x|<=0.0977 / |y|<=0.1016 — ~1 cm
|
| 17 |
+
INSIDE the hull's inner faces — so contents resting against the physics
|
| 18 |
+
wall rendered poking through the cardboard. The mesh was radially remapped
|
| 19 |
+
(monotone piecewise-linear per axis): wall interior surfaces now sit
|
| 20 |
+
0.3 mm outside the hull inner faces (x 0.1083, y 0.1108), flap tips end
|
| 21 |
+
exactly on the hull outer faces (0.123 / 0.1255). Contents can no longer
|
| 22 |
+
visually penetrate; an invisible outer margin of ~1.2 cm below the flap
|
| 23 |
+
flare remains (collision outer face vs. visual wall sheet) — spawn
|
| 24 |
+
placement must still clear the HULL, not the render.
|
| 25 |
-->
|
| 26 |
<mujoco model="cardboard_box">
|
| 27 |
<compiler meshdir="." angle="radian" />
|
assets/box_task/cardboard_box/usd/cardboard_box.usd
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1ee4dd02faaae15870a7b180999cd43cbc8f83ff6f6f81a22b21dad181c9351
|
| 3 |
+
size 309492
|