Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ cython_debug/
*MJDATA*
*MUJOCO_LOG*
.DS_Store
stubs
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"--style",
".style.yapf"
],
"cSpell.language": "en,ru"
"cSpell.language": "en,ru",
"python.analysis.stubPath": "stubs",
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@ Next, activate the environment:
conda activate simrobs
```

More information about virtual environments you can find [here](https://docs.anaconda.com/working-with-conda/environments/).
## Fix import visibility

```bash
pybind11-stubgen mujoco
```

3 changes: 2 additions & 1 deletion enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ dependencies:
- jupyterlab
- meshcat
- yourdfpy
- mujoco-python-viewer
- mujoco-python-viewer
- pybind11-stubgen