fancy_gym/fancy_gym/envs/mujoco/table_tennis/assets/xml/table_tennis_env.xml
Hongyi Zhou 7b2451d317 updates
2022-11-02 23:00:20 +01:00

20 lines
946 B
XML

<mujoco model="table_tennis(v0.1)">
<compiler angle="radian" coordinate="local" meshdir="../meshes/wam" />
<option gravity="0 0 -9.81" timestep="0.002">
<flag warmstart="enable" />
</option>
<custom>
<numeric data="0 0 0 0 0 0 0" name="START_ANGLES" />
</custom>
<include file="shared.xml" />
<worldbody>
<light cutoff="60" diffuse="1 1 1" dir="-.1 -.2 -1.3" directional="true" exponent="1" pos=".1 .2 1.3" specular=".1 .1 .1" />
<geom conaffinity="1" contype="1" material="floor_plane" name="floor" pos="0 0 0" size="10 5 1" type="plane" />
<include file="include_table.xml" />
<include file="include_barrett_wam_7dof_right.xml" />
<include file="include_target_ball.xml" />
<!-- <include file="include_free_ball.xml" />-->
</worldbody>
<include file="include_7_motor_actuator.xml" />
<!-- <include file="right_arm_actuator.xml"/>-->
</mujoco>