-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description - Made SimulationContext correctly report RenderMode for streaming - Changed language about HEADLESS in RenderMode to instead be NO_GUI, because headlessness still requires rendering when livestreaming is active, whereas NO_GUI is unambiguous. Also did some reordering of docstrings for clarity. - Removed unnecessary RENDER and VIEWPORT class vars from LauncherApp, now that this signal is being taken from SimulationContext. I will propagate this change to all standalone scripts/update docs once I have conceptual approval. Fixes #90, #145 ## Type of change - New feature (non-breaking change which adds functionality) - This change requires a documentation update ## Checklist - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file --------- Signed-off-by: AutonomousHansen <50837800+AutonomousHansen@users.noreply.github.com> Co-authored-by: Mayank Mittal <mittalma@leggedrobotics.com>
- Loading branch information
1 parent
fdf304b
commit 9af48a1
Showing
20 changed files
with
254 additions
and
205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
**/output/* | ||
**/outputs/* | ||
**/videos/* | ||
docker/artifacts/ | ||
*.tmp | ||
|
||
# Isaac-Sim packman | ||
|
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
Oops, something went wrong.