Skip to content

Commit

Permalink
Update docs/developer_guide/lane_pose_calculation/LanePoseCalculation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kotaro Yoshimoto <[email protected]>
  • Loading branch information
hakuturu583 and HansRobo authored Feb 19, 2024
1 parent 1079387 commit 2be5ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The calculation method of the lane coordinate system differs from Entity to Entity, and the process of determining which lane to match is complex, including fallback.
In this document, we will show how the pose calculation of the lane coordinate system is performed for each Entity.

There are 3 possible timings when the lane coordinate system may be computed for all Entities.
There are 3 possible timings when the lane coordinate system is computed for all Entities.
These are the [timing immediately after the spawn of the Entity](Spawn.md), the [timing of the frame update](UpdateFrame.md) the [timing of the getting longitudinal distance](GetLongitudinalDistance.md)

!!! Note
Expand Down

0 comments on commit 2be5ad0

Please sign in to comment.