An open API service indexing awesome lists of open source software.

https://github.com/wwwshwww/roomor

Framework for autogenerating and deploying random room simulation for Gazebo
https://github.com/wwwshwww/roomor

gazebo pcg-gazebo python ros simulation

Last synced: about 2 months ago
JSON representation

Framework for autogenerating and deploying random room simulation for Gazebo

Awesome Lists containing this project

README

          

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

[![MIT License](https://img.shields.io/badge/license-MIT-green)](https://github.com/wwwshwww/roomor/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/roomor)](https://pypi.org/project/roomor/)
![PyPI - Python Version](https://shields.io/pypi/pyversions/roomor)

## Installation

Install using pip:

```bash
pip install roomor
```

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

```bash
pip install numpy-quaternion==2019.12.11.22.25.52
```

## Implemented generator

`CubeRoom`

`ChestRoom`

## Usage

See example ipynb in `example/`.