Replies: 2 comments
-
Thank you for the proposal @soblin. It looks great and going to be very useful ! As we discussed in WG this is what I think can be considered to add as a feature related
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Discussed during the Planning & Control working group of 08/15.
|
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
-
bicycle_lane
background
We have been treating the bicycle_lane as "subtype = road" lanelet so far, but it causes unintended drivable area expansion like in this image.
T4 side has been temporarily treating bicycle_lane as "road_shoulder" to avoid the drivable area expansion so far, but we should formally define bicycle_lane since it is a common road primitive.
Proposal
Usage
blind_spot module and map_based_prediction uses bicycle_lane to predict/care cyclists on the side of the road
bus_stop_area
background
T4 side has found severe difficulties in using goal_planner for the pullover of bus toward bus stop at narrow/curved lanes.
To obtain a stable modified goal position and feasible trajectory, we tried following tuning in vain:
Unlike taxi we do not need much flexibility in goal search procedure for buses. Rather we want buses to pullover inside the specified bus_stop_area.
Proposal
Usage
For projects using bus type vehicles, set
use_bus_stop_area = true
in goal_planner (this is not implemented yet). Thenallow_modification == true
allow_modification == false
andsubtype == road_shoulder
allow_modification == false
,subtype == road
Beta Was this translation helpful? Give feedback.
All reactions