Skip to content

Commit 9960cb1

Browse files
committed
Update ray_caster_cfg.py
Signed-off-by: ooctipus <zhengyuz@nvidia.com>
1 parent 1e8afe3 commit 9960cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/isaaclab/isaaclab/sensors/ray_caster/ray_caster_cfg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ class OffsetCfg:
5757

5858
ray_alignment: Literal["base", "yaw", "world"] = "yaw"
5959
"""Specify in what frame the rays are projected onto the ground. Default is `world`.
60-
* `base` if the rays' starting positions and directions track the full root orientation.
61-
* `yaw` if the rays' starting positions and directions only track yaw orientation. This is useful for ray-casting height maps, where only yaw rotation is needed.
62-
* `world` if rays' starting positions and directions are not rotated. This is useful in combination with the grid map package.
60+
* `base` if the rays' starting positions and directions track the full root position and orientation.
61+
* `yaw` if the rays' starting positions and directions track root position and only yaw component of orientation. This is useful for ray-casting height maps.
62+
* `world` if rays' starting positions and directions are always fixed. This is useful in combination with the grid map package.
6363
"""
6464

6565
pattern_cfg: PatternBaseCfg = MISSING

0 commit comments

Comments
 (0)