Skip to content

Commit 343a431

Browse files
committed
add
1 parent b9e113b commit 343a431

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

planning/behavior_path_goal_planner_module/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,13 @@ In addition, the safety check has a time hysteresis, and if the path is judged "
395395

396396
##### Parameters for RSS safety check
397397

398-
| Name | Unit | Type | Description | Default value |
399-
| rear_vehicle_reaction_time | [s] | double | Reaction time for rear vehicles | 2.0 |
400-
| rear_vehicle_safety_time_margin | [s] | double | Safety time margin for rear vehicles | 1.0 |
401-
| lateral_distance_max_threshold | [m] | double | Maximum lateral distance threshold | 2.0 |
402-
| longitudinal_distance_min_threshold | [m] | double | Minimum longitudinal distance threshold | 3.0 |
403-
| longitudinal_velocity_delta_time | [s] | double | Delta time for longitudinal velocity | 0.8 |
398+
| Name | Unit | Type | Description | Default value |
399+
| :---------------------------------- | :--- | :----- | :-------------------------------------- | :------------ |
400+
| rear_vehicle_reaction_time | [s] | double | Reaction time for rear vehicles | 2.0 |
401+
| rear_vehicle_safety_time_margin | [s] | double | Safety time margin for rear vehicles | 1.0 |
402+
| lateral_distance_max_threshold | [m] | double | Maximum lateral distance threshold | 2.0 |
403+
| longitudinal_distance_min_threshold | [m] | double | Minimum longitudinal distance threshold | 3.0 |
404+
| longitudinal_velocity_delta_time | [s] | double | Delta time for longitudinal velocity | 0.8 |
404405

405406
##### Parameters for integral_predicted_polygon safety check
406407

planning/behavior_path_goal_planner_module/images/goal_planner-deciding_path.drawio.svg

+4
Loading

planning/behavior_path_goal_planner_module/images/goal_planner-safety_check.drawio.svg

+4
Loading

0 commit comments

Comments
 (0)