Skip to content

Commit 207239c

Browse files
committed
sphynx lint
1 parent 7100ec7 commit 207239c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/isaaclab/docs/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog
22
---------
3+
34
0.47.8 (2025-10-31)
45
~~~~~~~~~~~~~~~~~~~
56

source/isaaclab/isaaclab/sim/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,11 +922,12 @@ def resolve_pose_relative_to_physx_parent(
922922
Args:
923923
prim_path_regex (str): A str refelcting a primitive path pattern (e.g. from a cfg)
924924
implements_apis (list[ Usd.APISchemaBase] | Usd.APISchemaBase): APIs ancestor must implement.
925+
925926
Returns:
926927
ancestor_path (str): Prim Path Expression including wildcards for the closest PhysX Parent
927928
fixed_pos_b (tuple[float, float, float]): positional offset
928929
fixed_quat_b (tuple[float, float, float, float]): rotational offset
929-
).
930+
930931
"""
931932
target_prim = find_first_matching_prim(prim_path_regex, stage)
932933

0 commit comments

Comments
 (0)