-
MinGyu Lee authored
# Description Fixes #1910, #3010 ###
✅ Typo Fixes - Replaced `tome` → `time` in the following files: - `velocity_command.py` - `quadcopter_env.py` - `pre_trained_policy_action.py` - `pose_command.py` - `pose_2d_command.py` - `imu.py` - `contact_sensor.py` - Corrected article usage `an numpy` → `a numpy` in: - `manager_based_rl_env.py` - `direct_rl_env.py` - `direct_marl_env.py` - Removed repeated determiners (`the the`, `then then`) in: - `visualization_markers.py` - Fixed incorrect expansion of the abbreviation **TGS** (In issue 1910): - Changed **TGS (Truncated Gauss-Seidel)** → **TGS (Temporal Gauss-Seidel)** --- ###🛠 ️ Docstring Fix - In `visualization_markers.py`, the `_process_prototype_prim` function had a docstring referencing `prim_path` and `stage`, which are not part of the function signature. The docstring has been updated to correctly document only the `prim` argument. > Note: The original docstring seems to have been copied from [`utils.py`](https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab/isaaclab/sim/utils.py) without modification. <!-- As a practice, it is recommended to open an issue to have discussions on the proposed pull request. This makes it easier for the community to keep track of what is being developed or added, and if a given feature is demanded by more than one party. --> ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Screenshots ## Checklist - [] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [X] 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 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 <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->ed584581