forked from vitchyr/multiworld
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged in updates to door environments
- Loading branch information
Showing
5 changed files
with
267 additions
and
145 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Usage: | ||
<mujoco> | ||
<compiler meshdir="../meshes/sawyer" ...></compiler> | ||
<include file="shared_config.xml"></include> | ||
(new stuff) | ||
<worldbody> | ||
<include file="sawyer_xyz_base.xml"></include> | ||
(new stuff) | ||
</worldbody> | ||
</mujoco> | ||
--> | ||
|
||
<mujoco> | ||
<asset> | ||
<mesh name="pedestal" file="pedestal.stl" /> | ||
<mesh name="base" file="base.stl" /> | ||
<mesh name="l0" file="l0.stl" /> | ||
<mesh name="head" file="head.stl" /> | ||
<mesh name="l1" file="l1.stl" /> | ||
<mesh name="l2" file="l2.stl" /> | ||
<mesh name="l3" file="l3.stl" /> | ||
<mesh name="l4" file="l4.stl" /> | ||
<mesh name="l5" file="l5.stl" /> | ||
<mesh name="l6" file="l6.stl" /> | ||
</asset> | ||
|
||
<visual> | ||
<headlight ambient="0.5 0.5 0.5" /> | ||
</visual> | ||
|
||
<compiler inertiafromgeom="auto" angle="radian" coordinate="local" eulerseq="XYZ" meshdir="../meshes/sawyer"/> | ||
<size njmax="6000" nconmax="6000"/> | ||
<option | ||
gravity="0 0 -9.81" | ||
iterations="50" | ||
integrator="Euler" | ||
timestep="0.003" | ||
cone="pyramidal" | ||
impratio="1" | ||
tolerance="1e-10" | ||
/> | ||
|
||
<default> | ||
<joint limited="true" | ||
damping="1" | ||
stiffness="0" | ||
armature=".1" | ||
user="0"/> | ||
<geom solref="0.008 1" | ||
solimp="0.95 0.95 0.01" | ||
user="0" | ||
/> | ||
<motor ctrllimited="true" ctrlrange="-1 1"/> | ||
<position ctrllimited="true"/> | ||
|
||
<default class='0'> | ||
<geom friction="1 0.005 0.001" rgba=".75 .6 .5 1" | ||
contype="1" conaffinity="0"/> | ||
</default> | ||
|
||
<default class='1'> | ||
<geom friction="1 0.005 0.001" rgba=".7 .6 .55 1" | ||
contype="4" conaffinity="2"/> | ||
</default> | ||
|
||
<default class='arm'> | ||
<joint damping="5"/> | ||
</default> | ||
</default> | ||
|
||
<equality> | ||
<weld body1="mocap" body2="leftclaw" solref="0.005 1"></weld> | ||
</equality> | ||
</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.