Skip to content

Tool for adding automatically adding mocap to mujoco xml files

Notifications You must be signed in to change notification settings

mochan-b/mujoco_mocapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mujoco Mocapper

This is a simple tool and library that takes an mujoco XML file and then adds mocap to a specified body.

The main use case for this is to automate the process since bodies and mocap positions are in different coordinate systems and it is easy to make a mistake when doing this manually.

Icon

Usage

The main usage is through the command line tool. You can install it with pip install mujoco-mocapper and then run it with mujoco-mocapper --help.

To use this tool, run

mujoco-mocapper <input_xml> <body_name> <output_xml>

where <input_xml> is the path to the input mujoco XML file, <body_name> is the name of the body to weld the mocap to, and <output_xml> is the path to the output mujoco XML file.

About

Tool for adding automatically adding mocap to mujoco xml files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages