-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97aeb94
commit 4c97a6e
Showing
8 changed files
with
147 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<mujoco model="apollo scene"> | ||
<include file="apollo.xml"/> | ||
|
||
<statistic center="0.15 0 1.2" extent="1" meansize="0.08"/> | ||
|
||
<visual> | ||
<headlight diffuse="0.6 0.6 0.6" ambient="0.1 0.1 0.1" specular="0 0 0"/> | ||
<global azimuth="160" elevation="-20"/> | ||
</visual> | ||
|
||
<asset> | ||
<texture name="grid" type="2d" builtin="checker" rgb1=".2 .3 .4" rgb2=".1 0.15 0.2" width="512" height="512" | ||
mark="cross" markrgb=".8 .8 .8"/> | ||
<material name="grid" texture="grid" texrepeat="1 1" texuniform="true"/> | ||
<texture type="2d" name="wood" file="assets/wood.png"/> | ||
<material name="wood" texture="wood"/> | ||
</asset> | ||
|
||
<worldbody> | ||
<light pos="0 0 3" directional="true"/> | ||
<geom name="table" type="box" size=".6 .5 .45" mass="1" material="wood" pos="0.8 0 .45" group="1" contype="1" conaffinity="1"/> | ||
<body name="com_target" pos="0.5 0 .5" mocap="true"> | ||
<geom type="sphere" size=".06" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
<body name="left_palm_target" pos="0.5 0 .5" quat="0 1 0 0" mocap="true"> | ||
<geom type="box" size=".04 .04 .04" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
<body name="right_palm_target" pos="0.5 0 .5" quat="0 1 0 0" mocap="true"> | ||
<geom type="box" size=".04 .04 .04" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
<body name="left_foot_target" pos="0.5 0 .5" quat="0 1 0 0" mocap="true"> | ||
<geom type="box" size=".04 .04 .04" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
<body name="right_foot_target" pos="0.5 0 .5" quat="0 1 0 0" mocap="true"> | ||
<geom type="box" size=".04 .04 .04" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
<body name="head_target" pos="0.5 0 .5" quat="0 1 0 0" mocap="true"> | ||
<geom type="sphere" size=".05" contype="0" conaffinity="0" rgba=".6 .3 .3 .2"/> | ||
<site type="sphere" size="0.01" rgba="0 0 1 1" group="1"/> | ||
</body> | ||
</worldbody> | ||
|
||
<keyframe> | ||
<key name='teleop' qpos='-0.124446 -0.0493532 1.04921 1 -5.76769e-17 1.29078e-16 -3.02977e-17 0 0 0.333084 0 0 0 0.2 0 0.1 -0.4 0 0 0.10337 -1.29492 0.037696 -1.23241 -0.565512 0 0 0 0.08 0.1 -0.477 1.033 -0.03 -0.58 -0.08 -0.1 -0.477 1.033 0.03 -0.58'/> | ||
</keyframe> | ||
|
||
<sensor> | ||
<fromto geom1="collision_r_hand_plate" geom2="table" cutoff="1"/> | ||
<fromto geom1="collision_l_hand_plate" geom2="table" cutoff="1"/> | ||
<fromto geom1="collision_r_hand_plate" geom2="collision_capsule_body_r_thigh" cutoff="1"/> | ||
<fromto geom1="collision_l_hand_plate" geom2="collision_capsule_body_l_thigh" cutoff="1"/> | ||
</sensor> | ||
</mujoco> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.