Skip to content

Commit c0e5e7f

Browse files
authored
Merge branch 'main' into devel
Signed-off-by: Mengdi Wang <[email protected]>
2 parents bb93c53 + 90dda53 commit c0e5e7f

File tree

1,441 files changed

+104160
-26994
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,441 files changed

+104160
-26994
lines changed

.aws/mirror-buildspec.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.aws/postmerge-ci-buildspec.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.aws/premerge-ci-buildspec.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.gitignore
55
# ignore docs
66
docs/
7+
# copy in licenses folder to the container
8+
!docs/licenses/
79
# ignore logs
810
**/logs/
911
**/runs/
@@ -21,3 +23,5 @@ recordings/
2123
**/*.egg-info/
2224
# ignore isaac sim symlink
2325
_isaac_sim?
26+
# Docker history
27+
docker/.isaac-lab-docker-history

.github/CODEOWNERS

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,62 +16,81 @@
1616

1717
# App experience files
1818
# These are the files that are used to launch the app with the correct settings and configurations
19-
/apps/ @kellyguo11 @hhansen-bdai @Mayankm96 @Dhoeller19
19+
/apps/ @kellyguo11 @hhansen-bdai @Mayankm96
2020

2121
# Core Framework
22-
/source/isaaclab/ @Dhoeller19 @Mayankm96 @jsmith-bdai @kellyguo11
23-
/source/isaaclab/isaaclab/actuators @Dhoeller19 @Mayankm96 @nikitardn @jtigue-bdai
22+
/source/isaaclab/isaaclab/actuators @Mayankm96 @jtigue-bdai
2423
/source/isaaclab/isaaclab/app @hhansen-bdai @kellyguo11
25-
/source/isaaclab/isaaclab/assets @jsmith-bdai @Dhoeller19 @kellyguo11 @Mayankm96 @jtigue-bdai
26-
/source/isaaclab/isaaclab/assets/deformable_object @kellyguo11 @Mayankm96 @masoudmoghani
24+
/source/isaaclab/isaaclab/assets @kellyguo11 @Mayankm96 @jtigue-bdai
25+
/source/isaaclab/isaaclab/assets/deformable_object @masoudmoghani @ooctipus
2726
/source/isaaclab/isaaclab/controllers @Mayankm96
28-
/source/isaaclab/isaaclab/envs @jsmith-bdai @Dhoeller19 @kellyguo11 @Mayankm96
29-
/source/isaaclab/isaaclab/envs/manager_based_* @jsmith-bdai @Dhoeller19 @Mayankm96
27+
/source/isaaclab/isaaclab/envs/manager_based_* @Mayankm96 @jtigue-bdai @ooctipus
3028
/source/isaaclab/isaaclab/envs/direct_* @kellyguo11
31-
/source/isaaclab/isaaclab/managers @jsmith-bdai @Dhoeller19 @Mayankm96
32-
/source/isaaclab/isaaclab/sensors @jsmith-bdai @Dhoeller19 @pascal-roth @Mayankm96 @jtigue-bdai
29+
/source/isaaclab/isaaclab/envs/mdp @ooctipus
30+
/source/isaaclab/isaaclab/envs/mimic_* @peterd-NV
31+
/source/isaaclab/isaaclab/envs/ui @ooctipus @ossamaAhmed
32+
/source/isaaclab/isaaclab/envs/utils @Toni-SM
33+
/source/isaaclab/isaaclab/managers @jtigue-bdai @Mayankm96 @ooctipus
34+
/source/isaaclab/isaaclab/sensors/sensor_base* @pascal-roth
3335
/source/isaaclab/isaaclab/sensors/camera @kellyguo11 @pascal-roth
34-
/source/isaaclab/isaaclab/sensors/contact_sensor @jtigue-bdai
35-
/source/isaaclab/isaaclab/sensors/frame_transformer @jsmith-bdai
36-
/source/isaaclab/isaaclab/sensors/ray_caster @pascal-roth @Dhoeller19
37-
/source/isaaclab/isaaclab/sim @Mayankm96 @jsmith-bdai
38-
/source/isaaclab/isaaclab/sim/simulation_context.py @Dhoeller19 @kellyguo11
39-
/source/isaaclab/isaaclab/terrains @Dhoeller19 @Mayankm96 @nikitardn
40-
/source/isaaclab/isaaclab/utils @Mayankm96 @jsmith-bdai
41-
/source/isaaclab/isaaclab/utils/modifiers @jtigue-bdai
36+
/source/isaaclab/isaaclab/sensors/contact_sensor @jtigue-bdai @ooctipus
37+
/source/isaaclab/isaaclab/sensors/imu @jtigue-bdai @pascal-roth
38+
/source/isaaclab/isaaclab/sensors/ray_caster @pascal-roth
39+
/source/isaaclab/isaaclab/sensors/frame_transformer @jtigue-bdai
40+
/source/isaaclab/isaaclab/sim/converters @Mayankm96 @jtigue-bdai @kellyguo11
41+
/source/isaaclab/isaaclab/sim/schemas @Mayankm96 @jtigue-bdai @kellyguo11
42+
/source/isaaclab/isaaclab/sim/spawners @Mayankm96 @jtigue-bdai @ooctipus
43+
/source/isaaclab/isaaclab/sim/simulation_* @matthewtrepte @ossamaAhmed @kellyguo11
44+
/source/isaaclab/isaaclab/terrains @Mayankm96
45+
/source/isaaclab/isaaclab/ui @pascal-roth @jtigue-bdai
46+
/source/isaaclab/isaaclab/utils/buffers @ooctipus @jtigue-bdai
47+
/source/isaaclab/isaaclab/utils/datasets @Peter-NV
4248
/source/isaaclab/isaaclab/utils/interpolation @jtigue-bdai
49+
/source/isaaclab/isaaclab/utils/io @ooctipus
50+
/source/isaaclab/isaaclab/utils/modifiers @jtigue-bdai
4351
/source/isaaclab/isaaclab/utils/noise @jtigue-bdai @kellyguo11
44-
/source/isaaclab/isaaclab/utils/warp @Dhoeller19 @pascal-roth
45-
/source/isaaclab/isaaclab/utils/assets.py @Dhoeller19 @kellyguo11 @Mayankm96
46-
/source/isaaclab/isaaclab/utils/math.py @jsmith-bdai @Dhoeller19 @Mayankm96
47-
/source/isaaclab/isaaclab/utils/configclass.py @Mayankm96 @Dhoeller19
52+
/source/isaaclab/isaaclab/utils/warp @pascal-roth
53+
/source/isaaclab/isaaclab/utils/assets.py @kellyguo11 @Mayankm96
54+
/source/isaaclab/isaaclab/utils/math.py @jtigue-bdai @Mayankm96
55+
/source/isaaclab/isaaclab/utils/configclass.py @Mayankm96
56+
/source/isaaclab/isaaclab/utils/sensors.py @kellyguo11 @pascal-roth
4857

4958
# RL Environment
50-
/source/isaaclab_tasks/ @Dhoeller19 @Mayankm96 @jsmith-bdai @kellyguo11
51-
/source/isaaclab_tasks/isaaclab_tasks/direct @Dhoeller19 @kellyguo11
52-
/source/isaaclab_tasks/isaaclab_tasks/manager_based @Dhoeller19 @Mayankm96 @jsmith-bdai @jtigue-bdai
59+
/source/isaaclab_tasks/isaaclab_tasks/direct @kellyguo11
60+
/source/isaaclab_tasks/isaaclab_tasks/manager_based @Mayankm96
61+
/source/isaaclab_tasks/isaaclab_tasks/utils @Mayankm96
5362

5463
# Assets
55-
/source/isaaclab_assets/isaaclab_assets/ @Dhoeller19 @pascal-roth @jsmith-bdai
64+
/source/isaaclab_assets/isaaclab_assets/ @pascal-roth
65+
66+
# Mimic
67+
/source/isaaclab_mimic/isaaclab_mimic @peterd-NV
68+
69+
# RL
70+
/source/isaaclab_rl/isaaclab_rl/rsl_rl @Mayankm96 @ClemensSchwarke
71+
/source/isaaclab_rl/isaaclab_rl/rl_games @Toni-SM
72+
/source/isaaclab_rl/isaaclab_rl/sb3 @Toni-SM
73+
/source/isaaclab_rl/isaaclab_rl/skrl @Toni-SM
5674

5775
# Standalone Scripts
58-
/scripts/demos/ @jsmith-bdai @jtigue-bdai @Dhoeller19 @kellyguo11 @Mayankm96
59-
/scripts/environments/ @Mayankm96
60-
/scripts/tools/ @jsmith-bdai @Mayankm96
61-
/scripts/tutorials/ @jsmith-bdai @pascal-roth @kellyguo11 @Dhoeller19 @Mayankm96
62-
/scripts/reinforcement_learning/ @jsmith-bdai @Dhoeller19 @kellyguo11 @Mayankm96
63-
/scripts/imitation_learning/ @jsmith-bdai @Dhoeller19 @kellyguo11 @Mayankm96
76+
/scripts/benchmarks/ @ooctipus @kellyguo11
77+
/scripts/demos/ @ooctipus
78+
/scripts/environments/ @ooctipus
79+
/scripts/imitation_learning/ @Peter-NV
80+
/scripts/reinforcement_learning/ @ooctipus @Toni-NV
81+
/scripts/tools/ @jtigue-bdai @Mayankm96
82+
/scripts/tutorials/ @jtigue-bdai @pascal-roth
6483

6584
# Github Actions
6685
# This list is for people wanting to be notified every time there's a change
6786
# related to Github Actions
68-
/.github/ @kellyguo11 @jsmith-bdai
87+
/.github/ @kellyguo11 @hhansen-bdai
6988

7089
# Visual Studio Code
7190
/.vscode/ @hhansen-bdai @Mayankm96
7291

7392
# Infrastructure (Docker, Docs, Tools)
7493
/docker/ @hhansen-bdai @pascal-roth
75-
/docs/ @jsmith-bdai @Dhoeller19 @kellyguo11 @Mayankm96
76-
/tools/ @hhansen-bdai @jsmith-bdai @Dhoeller19
77-
/isaaclab.* @hhansen-bdai @Dhoeller19 @Mayankm96 @kellyguo11
94+
/docs/ @jtigue-bdai @kellyguo11 @Mayankm96
95+
/tools/ @hhansen-bdai
96+
/isaaclab.* @hhansen-bdai @Mayankm96 @kellyguo11

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Describe the characteristic of your environment:
3131

3232
<!-- Please complete the following description. -->
3333
- Commit: [e.g. 8f3b9ca]
34-
- Isaac Sim Version: [e.g. 2022.2.0, this can be obtained by `cat ${ISAACSIM_PATH}/VERSION`]
35-
- OS: [e.g. Ubuntu 20.04]
36-
- GPU: [e.g. RTX 2060 Super]
37-
- CUDA: [e.g. 11.4]
38-
- GPU Driver: [e.g. 470.82.01, this can be seen by using `nvidia-smi` command.]
34+
- Isaac Sim Version: [e.g. 5.0, this can be obtained by `cat ${ISAACSIM_PATH}/VERSION`]
35+
- OS: [e.g. Ubuntu 22.04]
36+
- GPU: [e.g. RTX 5090]
37+
- CUDA: [e.g. 12.8]
38+
- GPU Driver: [e.g. 553.05, this can be seen by using `nvidia-smi` command.]
3939

4040
### Additional context
4141

.github/LICENSE_HEADER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022-2025, The Isaac Lab Project Developers.
1+
Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
22
All rights reserved.
33

44
SPDX-License-Identifier: BSD-3-Clause

.github/LICENSE_HEADER_MIMIC.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024-2025, The Isaac Lab Project Developers.
1+
Copyright (c) 2024-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md).
22
All rights reserved.
33

44
SPDX-License-Identifier: Apache-2.0

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Thank you for your interest in sending a pull request. Please make sure to check the contribution guidelines.
55
66
Link: https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html
7+
8+
💡 Please try to keep PRs small and focused. Large PRs are harder to review and merge.
79
-->
810

911
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
@@ -21,8 +23,8 @@ is demanded by more than one party. -->
2123

2224
- Bug fix (non-breaking change which fixes an issue)
2325
- New feature (non-breaking change which adds functionality)
24-
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
25-
- This change requires a documentation update
26+
- Breaking change (existing functionality will not work without user modification)
27+
- Documentation update
2628

2729
## Screenshots
2830

@@ -40,6 +42,7 @@ To upload images to a PR -- simply drag and drop an image while in edit mode and
4042

4143
## Checklist
4244

45+
- [ ] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
4346
- [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format`
4447
- [ ] I have made corresponding changes to the documentation
4548
- [ ] My changes generate no new warnings

0 commit comments

Comments
 (0)