Skip to content

Commit c92e191

Browse files
committed
fix: fix blockage-diag docs that page is not shown
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
1 parent 71f9456 commit c92e191

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sensing/autoware_pointcloud_preprocessor/schema/blockage_diag_node.schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"type": "number",
100100
"minimum": 0.0,
101101
"maximum": 360.0
102-
}
102+
},
103+
"default": [0.0, 360.0]
103104
},
104105
"vertical_bins": {
105106
"type": "integer",

sensing/autoware_pointcloud_preprocessor/schema/distortion_corrector_node.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"has_static_tf_only": {
3030
"type": "boolean",
3131
"description": "Flag to indicate if only static TF is used.",
32-
"default": false
32+
"default": "false"
3333
}
3434
},
3535
"required": [

0 commit comments

Comments
 (0)