-
Farbod Farshidian authored
# Description This PR adds the functionality to set up the view camera with respect to different frames: world center, Environment Center, and an assets root frame. In the last case, if the asset moves, the camera will track it. This is a useful feature for recording videos during the training logging. ## Type of change - New feature (non-breaking change which adds functionality) ## Screenshots Base Env: https://github.com/isaac-orbit/orbit/assets/142246516/9b4f1580-2bd8-4d6c-b405-843b66a2d0b0 RL Env: https://github.com/isaac-orbit/orbit/assets/3355155/4f51d6fa-3dfb-4d58-a83b-2845a5a80fe2 ## Checklist - [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./orbit.sh --format` - [ ] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have run all the tests with `./orbit.sh --test` and they pass - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Signed-off-by:
Farbod Farshidian <ffarshidian@theaiinstitute.com>
Co-authored-by:
James Smith <jsmith@theaiinstitute.com>
Co-authored-by:
Mayank Mittal <mittalma@leggedrobotics.com>