• Kelly Guo's avatar
    Fixes minor bugs in RayCasterCamera and BaseEnvWindow (#1308) · cace5c50
    Kelly Guo authored
    # Description
    
    * Fixes a bug in RayCasterCamera's print function that was accessing
    `RayCaster.meshes` instead of `self.meshes`
    * Fixes a bug in BaseEnvWindow that was trying to access attributes from
    undefined configs when building UI elements for action and command terms
    
    
    ## Type of change
    
    - Bug fix (non-breaking change which fixes an issue)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [ ] 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
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    cace5c50
Name
Last commit
Last update
..
check_manager_based_env_anymal_locomotion.py Loading commit data...
check_manager_based_env_floating_cube.py Loading commit data...
test_direct_marl_env.py Loading commit data...
test_env_rendering_logic.py Loading commit data...
test_manager_based_env.py Loading commit data...
test_manager_based_rl_env_ui.py Loading commit data...
test_null_command_term.py Loading commit data...
test_spaces_utils.py Loading commit data...