We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fcbb0 commit 87f3874Copy full SHA for 87f3874
source/isaaclab/isaaclab/envs/mdp/events.py
@@ -1059,7 +1059,7 @@ def reset_joints_by_scale(
1059
joint_pos.view(len(env_ids), -1),
1060
joint_vel.view(len(env_ids), -1),
1061
env_ids=env_ids,
1062
- joint_ids=asset_cfg.joint_ids
+ joint_ids=asset_cfg.joint_ids,
1063
)
1064
1065
@@ -1098,7 +1098,7 @@ def reset_joints_by_offset(
1098
1099
1100
1101
1102
1103
1104
0 commit comments