Skip to content

Commit e1ad77f

Browse files
authored
docs(road_user_stop): add parameter docs (#11539)
add parameters docs Signed-off-by: Kotakku <kotakkucu@gmail.com>
1 parent ce1dc6d commit e1ad77f

File tree

1 file changed

+9
-0
lines changed
  • planning/motion_velocity_planner/autoware_motion_velocity_road_user_stop_module

1 file changed

+9
-0
lines changed

planning/motion_velocity_planner/autoware_motion_velocity_road_user_stop_module/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ This module is activated if the launch parameter `launch_road_user_stop_module`
100100
| lost_object_retention_duration | [s] | double | Duration to keep tracking objects after they are lost or exit the detection area | 2.0 |
101101
| polygon_expansion_length | [m] | double | Distance to expand object polygon outward from centroid when object was previously inside detection area | 0.5 |
102102

103+
### Stopped Object Tracking Parameters
104+
105+
| Name | Unit | Type | Description | Default value |
106+
| :---------------------------------- | :---- | :----- | :------------------------------------------------------------------- | :------------ |
107+
| stopped_velocity_threshold | [m/s] | double | Velocity threshold to consider object as stopped | 0.5 |
108+
| stopped_position_tolerance | [m] | double | Distance threshold for stopped position movement | 0.3 |
109+
| ego_reached_wall_distance_threshold | [m] | double | Distance threshold to consider ego reached virtual wall | 0.5 |
110+
| stopped_duration_after_ego_arrival | [s] | double | Duration threshold for stopped object after ego reaches virtual wall | 3.0 |
111+
103112
## Limitations
104113

105114
- If object tracking is lost for an extended period or object classification is misidentified, the module may not function properly and may fail to stop as expected

0 commit comments

Comments
 (0)