Commit df986f5
authored
feat: add Rerun split layout (Camera | 3D) to Go2 and G1 base blueprints (#1525)
* feat: add Rerun split layout (Camera | 3D) to Go2 and G1 base blueprints
Adds a horizontal split view (camera feed 1/3, 3D world 2/3) to the
Rerun viewer for Go2 basic and G1 primitive blueprints, matching the
existing drone blueprint pattern. All downstream blueprints inherit
the layout automatically.
* fix(g1): use MuJoCo computed camera intrinsics instead of hardcoded Go2 values
Same fix as PR #1516 for Go2. G1 sim was using hardcoded 1280x720
Go2 real-camera intrinsics while MuJoCo renders at 320x240, causing
the projected camera image to appear tiny in Rerun.1 parent 00d8dcc commit df986f5
File tree
3 files changed
+30
-20
lines changed- dimos/robot/unitree
- g1
- blueprints/primitive
- go2/blueprints/basic
3 files changed
+30
-20
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
70 | 83 | | |
| 84 | + | |
71 | 85 | | |
72 | 86 | | |
73 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 44 | | |
64 | 45 | | |
65 | 46 | | |
| |||
114 | 95 | | |
115 | 96 | | |
116 | 97 | | |
117 | | - | |
| 98 | + | |
| 99 | + | |
118 | 100 | | |
119 | 101 | | |
120 | 102 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
75 | 88 | | |
| 89 | + | |
76 | 90 | | |
77 | 91 | | |
78 | 92 | | |
| |||
0 commit comments