-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
129b28e
commit 04747e3
Showing
366 changed files
with
2,497 additions
and
2,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Sync iGibson-dev/master to iGibson/master | ||
name: Sync OmniGibson-dev/master to OmniGibson/master | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -12,7 +12,7 @@ jobs: | |
if: github.ref == 'refs/heads/master' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Sync iGibson-dev/master to iGibson/master | ||
if: github.repository == 'StanfordVL/iGibson-dev' && startsWith(github.ref, 'refs/tags') | ||
- name: Sync OmniGibson-dev/master to OmniGibson/master | ||
if: github.repository == 'StanfordVL/OmniGibson-dev' && startsWith(github.ref, 'refs/tags') | ||
run: | ||
git push https://$PERSONAL_ACCESS_TOKEN:[email protected]/StanfordVL/iGibson.git master:master | ||
git push https://$PERSONAL_ACCESS_TOKEN:[email protected]/StanfordVL/OmniGibson.git master:master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[submodule "igibson/render/pybind11"] | ||
path = igibson/render/pybind11 | ||
[submodule "omnigibson/render/pybind11"] | ||
path = omnigibson/render/pybind11 | ||
url = https://github.com/pybind/pybind11.git | ||
[submodule "igibson/render/glfw"] | ||
path = igibson/render/glfw | ||
[submodule "omnigibson/render/glfw"] | ||
path = omnigibson/render/glfw | ||
url = https://github.com/glfw/glfw | ||
[submodule "igibson/render/glm"] | ||
path = igibson/render/glm | ||
[submodule "omnigibson/render/glm"] | ||
path = omnigibson/render/glm | ||
url = https://github.com/g-truc/glm | ||
[submodule "igibson/render/openvr"] | ||
path = igibson/render/openvr | ||
[submodule "omnigibson/render/openvr"] | ||
path = omnigibson/render/openvr | ||
url = https://github.com/ValveSoftware/openvr | ||
[submodule "igibson/render/cryptopp"] | ||
path = igibson/render/cryptopp | ||
[submodule "omnigibson/render/cryptopp"] | ||
path = omnigibson/render/cryptopp | ||
url = https://github.com/fxia22/cryptopp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include LICENSE | ||
|
||
graft igibson | ||
prune igibson/data | ||
prune igibson/render/openvr/samples | ||
graft omnigibson | ||
prune omnigibson/data | ||
prune omnigibson/render/openvr/samples | ||
|
||
global-exclude *.py[co] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# iGibson: A Simulation Environment to train Robots in Large Realistic Interactive Scenes | ||
# OmniGibson: A Simulation Environment to train Robots in Large Realistic Interactive Scenes | ||
|
||
<img src="./docs/images/igibsonlogo.png" width="500"> <img src="./docs/images/igibson.gif" width="250"> | ||
<img src="./docs/images/omnigibsonlogo.png" width="500"> <img src="./docs/images/omnigibson.gif" width="250"> | ||
|
||
iGibson is a simulation environment providing fast visual rendering and physics simulation based on Bullet. iGibson is equipped with fifteen fully interactive high quality scenes, hundreds of large 3D scenes reconstructed from real homes and offices, and compatibility with datasets like CubiCasa5K and 3D-Front, providing 8000+ additional interactive scenes. Some of the features of iGibson include domain randomization, integration with motion planners and easy-to-use tools to collect human demonstrations. With these scenes and features, iGibson allows researchers to train and evaluate robotic agents that use visual signals to solve navigation and manipulation tasks such as opening doors, picking up and placing objects, or searching in cabinets. | ||
OmniGibson is a simulation environment providing fast visual rendering and physics simulation based on Bullet. OmniGibson is equipped with fifteen fully interactive high quality scenes, hundreds of large 3D scenes reconstructed from real homes and offices, and compatibility with datasets like CubiCasa5K and 3D-Front, providing 8000+ additional interactive scenes. Some of the features of OmniGibson include domain randomization, integration with motion planners and easy-to-use tools to collect human demonstrations. With these scenes and features, OmniGibson allows researchers to train and evaluate robotic agents that use visual signals to solve navigation and manipulation tasks such as opening doors, picking up and placing objects, or searching in cabinets. | ||
|
||
### Latest Updates | ||
[8/9/2021] Major update to iGibson to reach iGibson 2.0, for details please refer to our [arxiv preprint](https://arxiv.org/abs/2108.03272). | ||
[8/9/2021] Major update to OmniGibson to reach OmniGibson 2.0, for details please refer to our [arxiv preprint](https://arxiv.org/abs/2108.03272). | ||
|
||
- iGibson 2.0 supports object states, including temperature, wetness level, cleanliness level, and toggled and sliced states, necessary to cover a wider range of tasks. | ||
- iGibson 2.0 implements a set of predicate logic functions that map the simulator states to logic states like Cooked or Soaked. | ||
- iGibson 2.0 includes a virtual reality (VR) interface to immerse humans in its scenes to collect demonstrations. | ||
- OmniGibson 2.0 supports object states, including temperature, wetness level, cleanliness level, and toggled and sliced states, necessary to cover a wider range of tasks. | ||
- OmniGibson 2.0 implements a set of predicate logic functions that map the simulator states to logic states like Cooked or Soaked. | ||
- OmniGibson 2.0 includes a virtual reality (VR) interface to immerse humans in its scenes to collect demonstrations. | ||
|
||
|
||
[12/1/2020] Major update to iGibson to reach iGibson 1.0, for details please refer to our [arxiv preprint](https://arxiv.org/abs/2012.02924). | ||
[12/1/2020] Major update to OmniGibson to reach OmniGibson 1.0, for details please refer to our [arxiv preprint](https://arxiv.org/abs/2012.02924). | ||
|
||
- Release of iGibson dataset that includes 15 fully interactive scenes and 500+ object models annotated with materials and physical attributes on top of [existing 3D articulated models](https://cs.stanford.edu/~kaichun/partnet/). | ||
- Release of OmniGibson dataset that includes 15 fully interactive scenes and 500+ object models annotated with materials and physical attributes on top of [existing 3D articulated models](https://cs.stanford.edu/~kaichun/partnet/). | ||
- Compatibility to import [CubiCasa5K](https://github.com/CubiCasa/CubiCasa5k) and [3D-Front](https://tianchi.aliyun.com/specials/promotion/alibaba-3d-scene-dataset) scene descriptions leading to more than 8000 extra interactive scenes! | ||
- New features in iGibson: Physically based rendering, 1-beam and 16-beam LiDAR, domain randomization, motion planning integration, tools to collect human demos and more! | ||
- New features in OmniGibson: Physically based rendering, 1-beam and 16-beam LiDAR, domain randomization, motion planning integration, tools to collect human demos and more! | ||
- Code refactoring, better class structure and cleanup. | ||
|
||
[05/14/2020] Added dynamic light support :flashlight: | ||
|
||
[04/28/2020] Added support for Mac OSX :computer: | ||
|
||
### Citation | ||
If you use iGibson or its assets and models, consider citing the following publication: | ||
If you use OmniGibson or its assets and models, consider citing the following publication: | ||
|
||
``` | ||
@misc{li2021igibson, | ||
title={iGibson 2.0: Object-Centric Simulation for Robot Learning of Everyday Household Tasks}, | ||
@misc{li2021omnigibson, | ||
title={OmniGibson 2.0: Object-Centric Simulation for Robot Learning of Everyday Household Tasks}, | ||
author={Chengshu Li and Fei Xia and Roberto Mart\'in-Mart\'in and Michael Lingelbach and Sanjana Srivastava and Bokui Shen and Kent Vainio and Cem Gokmen and Gokul Dharan and Tanish Jain and Andrey Kurenkov and Karen Liu and Hyowon Gweon and Jiajun Wu and Li Fei-Fei and Silvio Savarese}, | ||
year={2021}, | ||
eprint={2108.03272}, | ||
|
@@ -38,8 +38,8 @@ If you use iGibson or its assets and models, consider citing the following publi | |
``` | ||
|
||
``` | ||
@inproceedings{shen2021igibson, | ||
title={iGibson 1.0: a Simulation Environment for Interactive Tasks in Large Realistic Scenes}, | ||
@inproceedings{shen2021omnigibson, | ||
title={OmniGibson 1.0: a Simulation Environment for Interactive Tasks in Large Realistic Scenes}, | ||
author={Bokui Shen and Fei Xia and Chengshu Li and Roberto Mart\'in-Mart\'in and Linxi Fan and Guanzhi Wang and Claudia P\'erez-D'Arpino and Shyamal Buch and Sanjana Srivastava and Lyne P. Tchapmi and Micael E. Tchapmi and Kent Vainio and Josiah Wong and Li Fei-Fei and Silvio Savarese}, | ||
booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, | ||
year={2021}, | ||
|
@@ -49,30 +49,30 @@ If you use iGibson or its assets and models, consider citing the following publi | |
``` | ||
|
||
### Documentation | ||
The documentation for iGibson can be found here: [iGibson Documentation](http://svl.stanford.edu/igibson/docs/). It includes installation guide (including data download instructions), quickstart guide, code examples, and APIs. | ||
The documentation for OmniGibson can be found here: [OmniGibson Documentation](http://svl.stanford.edu/omnigibson/docs/). It includes installation guide (including data download instructions), quickstart guide, code examples, and APIs. | ||
|
||
If you want to know more about iGibson, you can also check out [our webpage](http://svl.stanford.edu/igibson), [iGibson 2.0 arxiv preprint](https://arxiv.org/abs/2108.03272) and [iGibson 1.0 arxiv preprint](https://arxiv.org/abs/2012.02924). | ||
If you want to know more about OmniGibson, you can also check out [our webpage](http://svl.stanford.edu/omnigibson), [OmniGibson 2.0 arxiv preprint](https://arxiv.org/abs/2108.03272) and [OmniGibson 1.0 arxiv preprint](https://arxiv.org/abs/2012.02924). | ||
|
||
### Dowloading the Dataset of 3D Scenes | ||
|
||
For instructions to install iGibson and download dataset, you can visit [installation guide](http://svl.stanford.edu/igibson/docs/installation.html) and [dataset download guide](http://svl.stanford.edu/igibson/docs/dataset.html). | ||
For instructions to install OmniGibson and download dataset, you can visit [installation guide](http://svl.stanford.edu/omnigibson/docs/installation.html) and [dataset download guide](http://svl.stanford.edu/omnigibson/docs/dataset.html). | ||
|
||
There are other datasets we link to iGibson. We include support to use CubiCasa5K and 3DFront scenes, adding up more than 10000 extra interactive scenes to use in iGibson! Check our [documentation](https://github.com/StanfordVL/iGibson/tree/master/igibson/utils/data_utils/ext_scene) on how to use those. | ||
There are other datasets we link to OmniGibson. We include support to use CubiCasa5K and 3DFront scenes, adding up more than 10000 extra interactive scenes to use in OmniGibson! Check our [documentation](https://github.com/StanfordVL/OmniGibson/tree/master/omnigibson/utils/data_utils/ext_scene) on how to use those. | ||
|
||
We also maintain compatibility with datasets of 3D reconstructed large real-world scenes (homes and offices) that you can download and use with iGibson. For Gibson Dataset and Stanford 2D-3D-Semantics Dataset, please fill out this [form](https://forms.gle/36TW9uVpjrE1Mkf9A). For Matterport3D Dataset, please fill in this [form](http://dovahkiin.stanford.edu/matterport/public/MP_TOS.pdf) and send it to [[email protected]](mailto:[email protected]). Please put "use with iGibson simulator" in your email. Check our [dataset download guide](http://svl.stanford.edu/igibson/docs/dataset.html) for more details. | ||
We also maintain compatibility with datasets of 3D reconstructed large real-world scenes (homes and offices) that you can download and use with OmniGibson. For Gibson Dataset and Stanford 2D-3D-Semantics Dataset, please fill out this [form](https://forms.gle/36TW9uVpjrE1Mkf9A). For Matterport3D Dataset, please fill in this [form](http://dovahkiin.stanford.edu/matterport/public/MP_TOS.pdf) and send it to [[email protected]](mailto:[email protected]). Please put "use with OmniGibson simulator" in your email. Check our [dataset download guide](http://svl.stanford.edu/omnigibson/docs/dataset.html) for more details. | ||
|
||
### Using iGibson with VR | ||
If you want to use iGibson VR interface, please visit the [VR guide (TBA)]. | ||
### Using OmniGibson with VR | ||
If you want to use OmniGibson VR interface, please visit the [VR guide (TBA)]. | ||
|
||
|
||
### Contributing | ||
This is the github repository for iGibson (pip package `igibson`) 2.0 release. (For iGibson 1.0, please use `1.0` branch.) Bug reports, suggestions for improvement, as well as community developments are encouraged and appreciated. Please, consider creating an issue or sending us an email. | ||
This is the github repository for OmniGibson (pip package `omnigibson`) 2.0 release. (For OmniGibson 1.0, please use `1.0` branch.) Bug reports, suggestions for improvement, as well as community developments are encouraged and appreciated. Please, consider creating an issue or sending us an email. | ||
|
||
The support for our previous version of the environment, Gibson, can be found in the [following repository](http://github.com/StanfordVL/GibsonEnv/). | ||
|
||
### Acknowledgments | ||
|
||
iGibson uses code from a few open source repositories. Without the efforts of these folks (and their willingness to release their implementations under permissable copyleft licenses), iGibson would not be possible. We thanks these authors for their efforts! | ||
OmniGibson uses code from a few open source repositories. Without the efforts of these folks (and their willingness to release their implementations under permissable copyleft licenses), OmniGibson would not be possible. We thanks these authors for their efforts! | ||
|
||
- Syoyo Fujita: [tinyobjloader](https://github.com/syoyo/tinyobjloader) | ||
- Erwin Coumans: [egl_example](https://github.com/erwincoumans/egl_example) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
rm -rf build | ||
rm -rf igibson/render/mesh_renderer/build/ | ||
rm -rf omnigibson/render/mesh_renderer/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
REGISTRY=docker.io | ||
REPO=igibson | ||
REPO=omnigibson | ||
VERSION=v2.0.4 |
Oops, something went wrong.