WeiChengTseng / SyntheticArticulatedData

Procedurally generated articulated objects specified in Universal Robot Description Format (URDF), and rendered using Mujoco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntheticArticulatedData

Procedurally generated articulated objects specified in Universal Robot Description Format (URDF), and rendered using Mujoco.

Mujoco

Setup: pip install -r requirements.txt

Example generation: python generate_data.py --n 10 --dir ./test --obj microwave --masked --debug

PyBullet

Setup: pip install -r requirements-bullet.txt

Example generation: python generate_data.py --n 10 --dir ./test --obj microwave --masked --debug --py-bullet python generate_data.py --n 10 --dir ./test --obj drawer --masked --debug --py-bullet

About

Procedurally generated articulated objects specified in Universal Robot Description Format (URDF), and rendered using Mujoco.


Languages

Language:Python 100.0%