Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed save video printouts #328

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
c7c616b
modifies behavior_mp_env to allow planning with HLA's
NishanthJKumar Oct 10, 2021
3323fee
Merge pull request #1 from NishanthJKumar/master
NishanthJKumar Oct 10, 2021
1122a45
modifies behavior_mp_env to reveal action_exec_status
NishanthJKumar Oct 10, 2021
fb82c73
includes new tamp env for behavior to integrate with sample-based TAM…
NishanthJKumar Oct 11, 2021
f211023
add mac installation instructions
tomsilver Oct 13, 2021
71da6c9
add njk sorting books yaml
tomsilver Oct 16, 2021
b322e81
add reshelving books yaml
tomsilver Oct 18, 2021
a1c65ab
includes new grasp and navigation parameterized HLA's!
NishanthJKumar Oct 19, 2021
f1f6818
Merge pull request #2 from NishanthJKumar/behavior_planning_wrapper
NishanthJKumar Oct 20, 2021
5964228
changes to enable navigateTo option
NishanthJKumar Oct 26, 2021
d9c75b6
Merge pull request #3 from NishanthJKumar/behavior_planning_wrapper
NishanthJKumar Oct 26, 2021
6ad053b
updates to enable navigateTo option to work deterministically
NishanthJKumar Nov 4, 2021
6fb3169
Merge pull request #4 from NishanthJKumar/behavior_planning_wrapper
NishanthJKumar Nov 4, 2021
bee4e96
increases RRT search iters and removes ghost hands
NishanthJKumar Nov 9, 2021
714a624
enables passing random seed to sampling functions
NishanthJKumar Nov 9, 2021
fa9a776
minor changes to enforce seeded, predictable randomness
NishanthJKumar Nov 17, 2021
cdacb11
minor changes to try to get grasp option working
NishanthJKumar Dec 21, 2021
36f86f3
minor deletion of comment
NishanthJKumar Dec 31, 2021
7a388d4
adds minor comment to code that gets grasped objects
NishanthJKumar Dec 31, 2021
7a7d667
small change to get basic pick and place working with predicators!
NishanthJKumar Jan 1, 2022
3e6b995
adds changes that fix state reloading bug
NishanthJKumar Jan 18, 2022
7f8165d
Merge branch 'master' of https://github.com/StanfordVL/iGibson into S…
NishanthJKumar Jan 18, 2022
f182c07
Merge branch 'StanfordVL-master'. Necessary for QoL and to fix state …
NishanthJKumar Jan 18, 2022
9ad900f
Revert "Checking and maybe updating to latest changes on SVL Master"
NishanthJKumar Jan 18, 2022
493e795
Merge pull request #6 from Learning-and-Intelligent-Systems/revert-5-…
NishanthJKumar Jan 18, 2022
404a36f
updates to get load_checkpoint to correctly update visually
NishanthJKumar Jan 19, 2022
1bb2aad
minor changes to get grasping with option models working!
NishanthJKumar Jan 19, 2022
a417ff0
added behavior task and house command line arguments
Jan 22, 2022
7e18fd1
changes necessary for online_sampling to produce randomized scenes
NishanthJKumar Jan 26, 2022
74d97aa
adds random seed for placeOnTop sampler
NishanthJKumar Jan 27, 2022
6cd759f
changes to dynamically edit online_sampling
NishanthJKumar Jan 28, 2022
a6c4fda
removed unnecessary print
NishanthJKumar Jan 28, 2022
31122fa
minor changes to get online sampling working!
NishanthJKumar Jan 29, 2022
08365c0
minor changes for behavior hacking/debugging
wmcclinton May 30, 2022
fa2326c
removes lots of unnecessary prints
NishanthJKumar Jul 15, 2022
e9f3d6f
Modifies onTop classifier to work correctly for 'shelf' category
NishanthJKumar Sep 11, 2022
9fec253
modify opengl variable name in shader
NishanthJKumar Sep 16, 2022
cdc5377
gitignore update
NishanthJKumar Sep 16, 2022
ce75e2d
commented out lines that cause bug
NishanthJKumar Sep 16, 2022
599a566
change the way modify_config_file works
NishanthJKumar Sep 28, 2022
9b8cb60
changes naming to actually be unique
NishanthJKumar Sep 28, 2022
1c9d6e8
uncomments lines necessary for viz
NishanthJKumar Oct 7, 2022
ad30a13
prevents error from setting simulator viewer
NishanthJKumar Oct 7, 2022
7a59eb4
Fix isinstance check for multiobject state data load
jorge-a-mendez Oct 7, 2022
768b4ea
Fix OpenGL shading language version
jorge-a-mendez Oct 7, 2022
dc92386
remove sampling rejection printouts
NishanthJKumar Oct 14, 2022
eb7461c
added save-video functionality
kathrynle20 Mar 30, 2023
77bd079
save video works
kathrynle20 Apr 5, 2023
e602598
feedback
NishanthJKumar Apr 18, 2023
171eafd
feedback
NishanthJKumar Apr 18, 2023
7c39e57
fixes
NishanthJKumar Apr 18, 2023
6b4b54f
deleted filename printing
kathrynle20 Apr 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@21.12b0
- uses: psf/black@stable
34 changes: 0 additions & 34 deletions .github/workflows/build-containers.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/docs.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/sync-repos.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/tests.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ igibson/utils/data_utils/mesh_decimation/final_videos
# libcryptopp
igibson/render/mesh_renderer/libcryptopp.so.8.6

# Coverage
.coverage
coverage.xml
# igibson run json files
*my_igibson_run.json

# Temp modifiable file.
igibson/examples/configs/*yaml*
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: stable # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand Down
89 changes: 89 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
pipeline {

agent {
docker {
image 'gibsonchallenge/gibsonv2:jenkins2'
args '--runtime=nvidia -v ${WORKSPACE}/../ig_dataset:${WORKSPACE}/igibson/data/ig_dataset'
}
}

stages {
stage('Build') {
steps {
sh 'nvidia-smi'
sh 'pwd'
sh 'printenv'
sh 'pip install -e .'
sh 'sudo chown -R jenkins ${WORKSPACE}/igibson/data/'
}
}

stage('Build Docs') {
steps {
sh 'sphinx-apidoc -o docs/apidoc igibson igibson/external igibson/utils/data_utils/'
sh 'sphinx-build -b html docs _sites'
}
}

stage('Test') {
steps {
sh 'mkdir result'
sh 'pytest igibson/test/test_binding.py --junitxml=test_result/test_binding.py.xml'
sh 'pytest igibson/test/test_render.py --junitxml=test_result/test_render.py.xml'
sh 'pytest igibson/test/test_pbr.py --junitxml=test_result/test_pbr.py.xml'
sh 'pytest igibson/test/test_object.py --junitxml=test_result/test_object.py.xml'
sh 'pytest igibson/test/test_simulator.py --junitxml=test_result/test_simulator.py.xml'
sh 'pytest igibson/test/test_igibson_env.py --junitxml=test_result/test_igibson_env.py.xml'
sh 'pytest igibson/test/test_scene_importing.py --junitxml=test_result/test_scene_importing.py.xml'
sh 'pytest igibson/test/test_robot.py --junitxml=test_result/test_robot.py.xml'
sh 'pytest igibson/test/test_igsdf_scene_importing.py --junitxml=test_result/test_igsdf_scene_importing.py.xml'
sh 'pytest igibson/test/test_sensors.py --junitxml=test_result/test_sensors.py.xml'
sh 'pytest igibson/test/test_motion_planning.py --junitxml=test_result/test_motion_planning.py.xml'
sh 'pytest igibson/test/test_states.py --junitxml=test_result/test_states.py.xml'
sh 'pytest igibson/test/test_determinism_against_same_version.py --junitxml=test_result/test_determinism_against_same_version.py.xml'
}
}

stage('Benchmark') {
steps {
sh 'python igibson/test/benchmark/benchmark_static_scene.py'
sh 'python igibson/test/benchmark/benchmark_interactive_scene.py'
}
}

}
post {
always {
junit 'test_result/*.xml'
archiveArtifacts artifacts: 'test_result/*.xml', fingerprint: true
archiveArtifacts artifacts: '*.pdf'
archiveArtifacts artifacts: '*.png'

publishHTML (target: [
allowMissing: true,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: '_sites',
reportFiles: 'index.html',
includes: '**/*',
reportName: "iGibson docs"
])

cleanWs()
}
failure {
script {
// Send an email only if the build status has changed from green/unstable to red
emailext subject: '$DEFAULT_SUBJECT',
body: '$DEFAULT_CONTENT',
recipientProviders: [
[$class: 'CulpritsRecipientProvider'],
[$class: 'DevelopersRecipientProvider'],
[$class: 'RequesterRecipientProvider']
],
replyTo: '$DEFAULT_REPLYTO',
to: '$DEFAULT_RECIPIENTS'
}
}
}
}
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ iGibson is a simulation environment providing fast visual rendering and physics
If you use iGibson 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},
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},
@misc{shen2021igibson,
title={iGibson 1.0: a Simulation Environment for Interactive Tasks in Large Realistic Scenes},
author={Bokui Shen and Fei Xia and Chengshu Li and Roberto Martín-Martín and Linxi Fan and Guanzhi Wang and Claudia Pérez-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},
year={2021},
eprint={2108.03272},
eprint={2012.02924},
archivePrefix={arXiv},
primaryClass={cs.RO}
primaryClass={cs.AI}
}
```

```
@inproceedings{shen2021igibson,
title={iGibson 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)},
@misc{li2021igibson,
title={iGibson 2.0: Object-Centric Simulation for Robot Learning of Everyday Household Tasks},
author={Chengshu Li and Fei Xia and Roberto Martín-Martín 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},
pages={accepted},
organization={IEEE}
eprint={2108.03272},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
```

Expand All @@ -57,9 +57,9 @@ If you want to know more about iGibson, you can also check out [our webpage](htt

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).

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 iGibson. We include support to use CubiCasa5K and 3DFront scenes, adding up more than 8000 extra interactive scenes to use in iGibson! Check our documentation 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 iGibson, for example from our previous simulator, Gibson. All of them will be accessible once you fill in this <a href="https://forms.gle/36TW9uVpjrE1Mkf9A" target="_blank">[form]</a>.

### Using iGibson with VR
If you want to use iGibson VR interface, please visit the [VR guide (TBA)].
Expand Down
3 changes: 0 additions & 3 deletions docker/.env

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading