Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.03 KB

roomor: A framework for autogenerating and deploying random room simulation for Gazebo

MIT License PyPI PyPI - Python Version

Installation

Install using pip:

pip install roomor

If using python2.7, install numpy-quaternion below version before run above command.

pip install numpy-quaternion==2019.12.11.22.25.52

Implemented generator

CubeRoom

ChestRoom

Usage

See example ipynb in example/.