You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""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.
0 commit comments