You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_road_user_stop_module/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,15 @@ This module is activated if the launch parameter `launch_road_user_stop_module`
100
100
| lost_object_retention_duration |[s]| double | Duration to keep tracking objects after they are lost or exit the detection area | 2.0 |
101
101
| polygon_expansion_length |[m]| double | Distance to expand object polygon outward from centroid when object was previously inside detection area | 0.5 |
102
102
103
+
### Stopped Object Tracking Parameters
104
+
105
+
| Name | Unit | Type | Description | Default value |
| stopped_duration_after_ego_arrival |[s]| double | Duration threshold for stopped object after ego reaches virtual wall | 3.0 |
111
+
103
112
## Limitations
104
113
105
114
- 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