Skip to content

Commit 4939a62

Browse files
committed
docs: add road marker mode parameter
Signed-off-by: Motsu-san <83898149+Motsu-san@users.noreply.github.com>
1 parent b5763ad commit 4939a62

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

localization/autoware_landmark_based_localizer/autoware_lidar_marker_localizer/schema/lidar_marker_localizer.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"description": "The name of the markers listed in the HD map.",
2828
"default": "reflector"
2929
},
30+
"road_surface_mode": {
31+
"type": "boolean",
32+
"description": "Enable road surface mode for marker detection.",
33+
"default": false
34+
},
3035
"resolution": {
3136
"type": "number",
3237
"description": "Grid size for marker detection algorithm. [m]",

0 commit comments

Comments
 (0)