Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc/lane pose calculation #1192

Merged
merged 293 commits into from
Feb 21, 2024
Merged

Doc/lane pose calculation #1192

merged 293 commits into from
Feb 21, 2024

Conversation

hakuturu583
Copy link
Collaborator

Description

Abstract

Adding documentation about pose calculation in the lane coordinate system.

Background

Pose calculation in the lane coordinate system is a very complex process, and only those who were involved in the implementation of the system had a complete grasp of it.
Therefore, it was decided that it was necessary to document and organize the specifications and current behavior.

Details

Adding documentation about pose calculation in the lane coordinate system.
This document is written primarily for the developers of scenario_simulator_v2.

References

Issue #1189 found in the process of writing this document.
This pull request does not fix #1189 , this pull request is just adding document.

Destructive Changes

This pull requests only contains documentation, so it does not change the behavior of this software.

Known Limitations

N/A

hakuturu583 and others added 30 commits December 5, 2023 17:03
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
Signed-off-by: Masaya Kataoka <[email protected]>
@HansRobo HansRobo merged commit c31eba4 into master Feb 21, 2024
8 checks passed
@HansRobo HansRobo deleted the doc/lane_pose_calculation branch February 21, 2024 07:35
@github-actions github-actions bot restored the doc/lane_pose_calculation branch February 21, 2024 07:37
@github-actions github-actions bot deleted the doc/lane_pose_calculation branch February 21, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump patch If this pull request merged, bump patch version of the scenario_simulator_v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unnatural parts exist in the lane coordinate system calculation for pedestrian Entity.
3 participants