Skip to content

Commit d7d6433

Browse files
taikitanaka3boyali
authored andcommitted
docs(behavior_path): remove Unimplemented part of avoidance with (tier4#709)
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
1 parent 606d6a4 commit d7d6433

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

planning/behavior_path_planner/behavior_path_planner_avoidance-design.md

-8
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,6 @@ TODO
438438

439439
## Future extensions / Unimplemented parts
440440

441-
- **Design of the limit distance of the avoidance width**
442-
443-
- Currently, the avoidance width limit is given as a fixed value as a parameter for both left and right. Therefore, even if there is a wall, this module generates an avoidance path towards the wall. It is needed to calculate the area that the vehicle can move and generate an avoidance path within the area.
444-
445-
- **Dynamic calculation of avoidance width**
446-
447-
- The length of the avoidance shift needs to be adjusted according to the situation. For example, the length of the margin between the ego and the target object can be large if the another lane is clear and safe. In another case, it may be small if there are other vehicles in the oncoming lane. The ability to set such an appropriate avoidance margin has not yet been implemented, and currently the largest margin is always used for the avoidance.
448-
449441
- **Planning on the intersection**
450442
- If it is known that the ego vehicle is going to stop in the middle of avoidance execution (for example, at a red traffic light), sometimes the avoidance should not be executed until the vehicle is ready to move. This is because it is impossible to predict how the environment will change during the stop.  This is especially important at intersections.
451443

0 commit comments

Comments
 (0)