https://github.com/isri-aist/jvrc_mj_description
JVRC1 model files for MuJoCo
https://github.com/isri-aist/jvrc_mj_description
Last synced: 24 days ago
JSON representation
JVRC1 model files for MuJoCo
- Host: GitHub
- URL: https://github.com/isri-aist/jvrc_mj_description
- Owner: isri-aist
- License: bsd-2-clause
- Created: 2021-09-15T05:46:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T07:13:19.000Z (about 1 month ago)
- Last Synced: 2025-04-08T08:25:08.969Z (about 1 month ago)
- Language: CMake
- Homepage:
- Size: 690 KB
- Stars: 9
- Watchers: 22
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-legged-locomotion-learning - MJCF - caron/jvrc_description) | BSD-2-Clause | ✔️ | ✔️ | ✔️ | (Robot models / Humanoids)
README
# jvrc_mj_description

JVRC1 model files for MuJoCo. The package will install the files in this directory so that [mc_mujoco](https://github.com/rohanpsingh/mc_mujoco) can pick them up automatically.
Install
-------```bash
mkdir build
cd build
cmake ../
make && sudo make install
```CMake options
-------------- `SRC_MODE` if `ON` the files loaded by mujoco will point to the source rather than the installed files (default `OFF`)