├── .gitmodules ├── README.md ├── basic.py ├── basic.xml ├── google_robot.xml ├── google_robot_mocap.py ├── google_robot_scene.xml ├── mocap.py ├── mocap.xml └── mocap_move.py /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/README.md -------------------------------------------------------------------------------- /basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/basic.py -------------------------------------------------------------------------------- /basic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/basic.xml -------------------------------------------------------------------------------- /google_robot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/google_robot.xml -------------------------------------------------------------------------------- /google_robot_mocap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/google_robot_mocap.py -------------------------------------------------------------------------------- /google_robot_scene.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/google_robot_scene.xml -------------------------------------------------------------------------------- /mocap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/mocap.py -------------------------------------------------------------------------------- /mocap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/mocap.xml -------------------------------------------------------------------------------- /mocap_move.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochan-b/mujoco_mocap_tutorial/HEAD/mocap_move.py --------------------------------------------------------------------------------