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
|`min_vel_kmph`| double |[km/h] minimum velocity for dynamic obstacles |
194
-
|`max_vel_kmph`| double |[km/h] maximum velocity for dynamic obstacles |
195
-
|`diameter`| double |[m] diameter of obstacles. used for creating dynamic obstacles from points |
196
-
|`height`| double |[m] height of obstacles. used for creating dynamic obstacles from points |
197
-
|`max_prediction_time`| double |[sec] create predicted path until this time |
198
-
|`time_step`| double |[sec] time step for each path step. used for creating dynamic obstacles from points or objects without path |
199
-
|`points_interval`| double |[m] divide obstacle points into groups with this interval, and detect only lateral nearest point. used only for Points method |
191
+
| Parameter /dynamic_obstacle | Type | Description |
|`use_mandatory_area`| double |[-] whether to use mandatory detection area |
194
+
|`assume_fixed_velocity.enable`| double |[-] If enabled, the obstacle's velocity is assumed to be within the minimum and maximum velocity values specified below |
195
+
|`assume_fixed_velocity.min_vel_kmph`| double |[km/h] minimum velocity for dynamic obstacles |
196
+
|`assume_fixed_velocity.max_vel_kmph`| double |[km/h] maximum velocity for dynamic obstacles |
197
+
|`diameter`| double |[m] diameter of obstacles. used for creating dynamic obstacles from points |
198
+
|`height`| double |[m] height of obstacles. used for creating dynamic obstacles from points |
199
+
|`max_prediction_time`| double |[sec] create predicted path until this time |
200
+
|`time_step`| double |[sec] time step for each path step. used for creating dynamic obstacles from points or objects without path |
201
+
|`points_interval`| double |[m] divide obstacle points into groups with this interval, and detect only lateral nearest point. used only for Points method |
0 commit comments