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
|`debug`|`bool`| If `true`, publishes additional debug information, including visualization markers on the `~/debug/marker` topic for tools like RViz. |
32
+
|`lanelet_extra_margin`|`double`| If `> 0`, expands the lanelet polygons used for overlap checks by this margin (in meters). If `<= 0`, polygon expansion is disabled. |
33
+
|`polygon_overlap_filter.enabled`|`bool`| If `true`, enables filtering of objects based on their overlap with lanelet polygons. |
34
+
|`lanelet_direction_filter.enabled`|`bool`| If `true`, enables filtering of objects based on their velocity direction relative to the lanelet. |
35
+
|`lanelet_direction_filter.velocity_yaw_threshold`|`double`| The yaw angle difference threshold (in radians) between the object’s velocity vector and the lanelet direction. |
36
+
|`lanelet_direction_filter.object_speed_threshold`|`double`| The minimum speed (in m/s) of an object required for the direction filter to be applied. |
37
+
|`use_height_threshold`|`bool`| If `true`, enables filtering of objects based on their height relative to the base_link frame. |
38
+
|`max_height_threshold`|`double`| The maximum allowable height (in meters) of an object relative to the base_link in the map frame. |
39
+
|`min_height_threshold`|`double`| The minimum allowable height (in meters) of an object relative to the base_link in the map frame. |
0 commit comments