Skip to content

Commit 7ece973

Browse files
Gonglitianjtigue-bdai
authored andcommitted
Updates code comments in tutorial scripts (#1981)
# Description Simply updated code comments in tutorial scripts, after update, users can directly copy and run tutorial scripts in terminal ## 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` - [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 - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
1 parent 0613caa commit 7ece973

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/tutorials/03_envs/create_cube_base_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. code-block:: bash
1515
1616
# Run the script
17-
./isaaclab.sh -p scripts/tutorials/04_envs/floating_cube.py --num_envs 32
17+
./isaaclab.sh -p scripts/tutorials/04_envs/create_cube_base_env.py --num_envs 32
1818
"""
1919

2020
from __future__ import annotations

scripts/tutorials/03_envs/create_quadruped_base_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.. code-block:: bash
1414
1515
# Run the script
16-
./isaaclab.sh -p scripts/tutorials/04_envs/quadruped_base_env.py --num_envs 32
16+
./isaaclab.sh -p scripts/tutorials/04_envs/create_quadruped_base_env.py --num_envs 32
1717
1818
"""
1919

scripts/tutorials/05_controllers/run_diff_ik.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.. code-block:: bash
1313
1414
# Usage
15-
./isaaclab.sh -p scripts/tutorials/05_controllers/ik_control.py
15+
./isaaclab.sh -p scripts/tutorials/05_controllers/run_diff_ik.py
1616
1717
"""
1818

0 commit comments

Comments
 (0)