Skip to content

Commit be77c7c

Browse files
committed
fix doc string
1 parent dfab12f commit be77c7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/isaaclab/test/sensors/test_ray_caster_integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- ``_get_sensor_transforms_wp`` ArticulationView and RigidBodyView paths
1414
- ``MultiMeshRayCaster`` env_mask behavior
1515
- ``MultiMeshRayCasterCamera.set_intrinsic_matrices`` propagation
16-
- ``_update_mesh_transforms`` non-identity orientation offset (known bug, xfail)
16+
- ``_update_mesh_transforms`` non-identity orientation offset
1717
- Depth clipping ordering for ``MultiMeshRayCasterCamera``
1818
"""
1919

@@ -480,8 +480,8 @@ def test_update_mesh_transforms_non_identity_offset(sim_ground):
480480
body_prim.GetAttribute("physics:kinematicEnabled").Set(True)
481481

482482
# Create a child Xform offset by (1, 0, 0) in the body's local frame,
483-
# then place mesh geometry under it. The Xform translation is the offset
484-
# that _obtain_trackable_prim_view / resolve_prim_pose will discover.
483+
# then place mesh geometry under it. The tracked target view resolves this
484+
# local offset and updates from the backend body pose.
485485
child_mesh_path = f"{body_path}/OffsetMesh"
486486
sim_utils.create_prim(child_mesh_path, "Xform", translation=(1.0, 0.0, 0.0))
487487
mesh_data = make_plane(size=(2, 2), height=0.0, center_zero=True)

0 commit comments

Comments
 (0)