Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
Contents
Hi,
I'm reading this function: https://github.com/autowarefoundation/autoware.universe/blob/main/planning/autoware_route_handler/src/route_handler.cpp#L257C1-L287C4
this part of code uses
getAllNeighbors
:then this part of code is using
rightRelations
(from lanelet2 routing API) directlyI would like to verify if the second part of code is actually doing the same thing as the function of
lanelet::utils::query::getAllNeighbors
does. If so, could it be refactored to usegetAllNeighbors
instead? so that the code can be simplified and uniformedBeta Was this translation helpful? Give feedback.
All reactions