chore(xml): 在 XML 中增加了 <visual> 标签:

- 调整 framewidth (0.01) 和 camera (0.03) 大小,解决坐标轴过粗无法区别的问题。
- 配置 haze 参数,优化透视/半透明显示效果。
This commit is contained in:
JiajunLI
2026-01-28 09:53:34 +08:00
parent 78b92d6947
commit 4ec926b8bb

View File

@@ -1,6 +1,15 @@
<mujoco model="DianaMed"> <mujoco model="DianaMed">
<compiler angle="radian"/> <compiler angle="radian"/>
<visual>
<scale
framewidth="0.01"
camera="0.03"
/>
<rgba haze="0.15 0.25 0.35 1"/>
</visual>
<asset> <asset>
<mesh name="base_link" file="meshes/base_link.STL"/> <mesh name="base_link" file="meshes/base_link.STL"/>
<mesh name="link1" file="meshes/link1.STL"/> <mesh name="link1" file="meshes/link1.STL"/>