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
I've searched other issues and no duplicate issues were found.
I've agreed with the maintainers that I can plan this task.
Description
As described in the Purpose section, this package needs to be improved to align with core quality.
Also usage of raw Path message types like PathWithLaneId have caused a lot of bugs, so this class will cover all Path related feature so that it can replace motion_utils package.
Purpose
Current documentation of autoware_trajectory does not contain rich information like this page.
The series of PRs aims to enrich the documentation so that the developers can understand the geometric picture of complicated Path related algorithms, and similar functions are not reproduced across Autoware.
Possible approaches
Here are part of the duplicate function/logic related to Path manipulation.
Checklist
Description
As described in the Purpose section, this package needs to be improved to align with core quality.
Also usage of raw Path message types like
PathWithLaneId
have caused a lot of bugs, so this class will cover all Path related feature so that it can replacemotion_utils
package.Purpose
Current documentation of
autoware_trajectory
does not contain rich information like this page.https://autowarefoundation.github.io/autoware_core/main/common/autoware_lanelet2_utils/
The series of PRs aims to enrich the documentation so that the developers can understand the geometric picture of complicated Path related algorithms, and similar functions are not reproduced across Autoware.
Possible approaches
Here are part of the duplicate function/logic related to Path manipulation.
concatenate trajectory
filter lane_ids
assign new lane_ids
generate new Path from Lanelet centerline
find the position which is specific meters away from a given position
check if ego is over a specific position
concatenate footprint polygons along path
trim a part of path
Definition of done
This task continues until
motion_utils
package gets almot unnecessary.The text was updated successfully, but these errors were encountered: