-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Masaya Kataoka <[email protected]>
- Loading branch information
1 parent
c74f839
commit 4907472
Showing
4 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
docs/developer_guide/lane_pose_calculation/GetLongitudinalDistance.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Lane pose caluculation when getting longitudianl distance | ||
Check warning on line 1 in docs/developer_guide/lane_pose_calculation/GetLongitudinalDistance.md GitHub Actions / spell-check
|
||
|
||
Attempts to calculate the pose for adjacent lane coordinate systems when measuring longitudinal distance. | ||
The length of the horizontal bar must intersect with the adjacent lanelet, [so it is always 10 m regardless of the entity type.](https://github.com/tier4/scenario_simulator_v2/blob/5f19d39ef29243396f26225976975f0c27914c12/simulation/traffic_simulator/src/entity/entity_manager.cpp#L375C21-L442) | ||
|
||
![Get longitudinal distance](../../image/longitudinal_distance.png "Getting longitudinal distance.") | ||
|
||
The shorter of the two blue arrows shown in the figure above is the longitudinal distance between entities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters