Skip to content

Commit 1aa8ec2

Browse files
fix(docs): update unit for max_steer_angle_margin_scale in README
Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
1 parent 0aa1c46 commit 1aa8ec2

File tree

1 file changed

+4
-4
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_goal_planner_module

1 file changed

+4
-4
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ See also [[1]](https://www.sciencedirect.com/science/article/pii/S14746670153474
267267

268268
#### Parameters geometric parallel parking
269269

270-
| Name | Unit | Type | Description | Default value |
271-
| :--------------------------- | :---- | :----- | :------------------------------------------------------------------------------------------------------- | :------------ |
272-
| arc_path_interval | [m] | double | interval between arc path points | 1.0 |
273-
| max_steer_angle_margin_scale | [rad] | double | scaling factor applied to the maximum steering angle (max_steer_angle) defined in vehicle_info parameter | 0.72 |
270+
| Name | Unit | Type | Description | Default value |
271+
| :--------------------------- | :--- | :----- | :------------------------------------------------------------------------------------------------------- | :------------ |
272+
| arc_path_interval | [m] | double | interval between arc path points | 1.0 |
273+
| max_steer_angle_margin_scale | [-] | double | scaling factor applied to the maximum steering angle (max_steer_angle) defined in vehicle_info parameter | 0.72 |
274274

275275
#### arc forward parking
276276

0 commit comments

Comments
 (0)