Requires MuJoCo 2.2.2 or later.
This package contains a simplified robot description (MJCF) of the ViperX 300 6DOF developed by Trossen Robotics. It is derived from the publicly available URDF description.
- Added
<mujoco> <compiler discardvisual="false" strippath="false" fusestatic="false"/> </mujoco>
to the URDF's<robot>
clause in order to preserve visual geometries. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Used
interbotix_black.png
to texture the visual geoms. - Added a light to track
gripper_link
. - Removed
gripper
joint. - Added an equality constraint so that the right finger mimics the position of the left finger.
- Manually designed box collision geoms for the gripper.
- Added
exclude
clause to prevent collisions betweenbase_link
andshoulder_link
. - Added position controlled actuators.
- Added
impratio=10
andcone=elliptic
for better noslip. - Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze.
This model is released under a BSD-3-Clause License.