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
| <ul><li>`compute_lateral_distance`</li></ul> | A utility function that computes the normal distance between a given `target point` and the tangent line of the pose at specified arc-length `s` on the trajectory.<br> See below cell figure ||
303
-
| <ul><li>`is_left_side`</li></ul> | A utility function that determines whether a given `target point` lies on the **left side** of the trajectory's tangent direction at the specified arc-length `s`. |[View in Drawio]({{ drawio("/common/autoware_trajectory/images/utils/lateral_distance_computation.drawio.svg") }}) |
| <ul><li>`compute_lateral_distance`</li></ul> | A utility function that computes the normal distance between a given `target point` and the tangent line of the pose at specified arc-length `s` on the trajectory. The result will always be positive. <br> See below cell figure ||
303
+
| <ul><li>`is_left_side`</li></ul> | A utility function that determines whether a given `target point` lies on the **left side** of the trajectory's tangent direction at the specified arc-length `s`. |[View in Drawio]({{ drawio("/common/autoware_trajectory/images/utils/lateral_distance_computation.drawio.svg") }}) |
304
+
305
+
##### <spanstyle="font-size: 1.2em;">Example Usage of `lateral_metrics`</span>
306
+
307
+
Calculate lateral distance from Parabolic Trajectory to given point and check the side of the point from the trajectory.
0 commit comments