Skip to content

Commit 69ceb62

Browse files
Fixed map_height_fitter.schema.json
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent 21b4f3f commit 69ceb62

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

map/map_height_fitter/schema/map_height_fitter.schema.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
"map_height_fitter": {
77
"type": "object",
88
"properties": {
9-
"map_height_fitter.map_loader_name": {
9+
"map_loader_name": {
1010
"type": "string",
1111
"description": "Node name of the map loader from which this map_height_fitter will retrieve its parameters",
1212
"default": "/map/pointcloud_map_loader"
1313
},
14-
"map_height_fitter.target": {
14+
"target": {
1515
"type": "string",
1616
"description": "Target map to fit (choose from 'pointcloud_map', 'vector_map')",
1717
"default": "pointcloud_map"
1818
}
1919
},
20-
"required": ["map_loader_name"],
20+
"required": [
21+
"map_loader_name",
22+
"target"
23+
],
2124
"additionalProperties": false
2225
}
2326
},
@@ -26,7 +29,12 @@
2629
"type": "object",
2730
"properties": {
2831
"ros__parameters": {
29-
"$ref": "#/definitions/map_height_fitter"
32+
"type": "object",
33+
"properties": {
34+
"map_height_fitter": {
35+
"$ref": "#/definitions/map_height_fitter"
36+
}
37+
}
3038
}
3139
},
3240
"required": ["ros__parameters"],

0 commit comments

Comments
 (0)