• AutonomousHansen's avatar
    Renames `VIEWPORT_ENABLED` to `OFFSCREEN_RENDERING` for clarity (#167) · f733830f
    AutonomousHansen authored
    # 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: 's avatarAutonomousHansen <50837800+AutonomousHansen@users.noreply.github.com>
    Co-authored-by: 's avatarMayank Mittal <mittalma@leggedrobotics.com>
    f733830f
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
docker Loading commit data...
docs Loading commit data...
source Loading commit data...
.dockerignore Loading commit data...
.flake8 Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
orbit.sh Loading commit data...
pyproject.toml Loading commit data...