File tree 1 file changed +12
-4
lines changed
map/map_height_fitter/schema
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 6
6
"map_height_fitter" : {
7
7
"type" : " object" ,
8
8
"properties" : {
9
- "map_height_fitter. map_loader_name" : {
9
+ "map_loader_name" : {
10
10
"type" : " string" ,
11
11
"description" : " Node name of the map loader from which this map_height_fitter will retrieve its parameters" ,
12
12
"default" : " /map/pointcloud_map_loader"
13
13
},
14
- "map_height_fitter. target" : {
14
+ "target" : {
15
15
"type" : " string" ,
16
16
"description" : " Target map to fit (choose from 'pointcloud_map', 'vector_map')" ,
17
17
"default" : " pointcloud_map"
18
18
}
19
19
},
20
- "required" : [" map_loader_name" ],
20
+ "required" : [
21
+ " map_loader_name" ,
22
+ " target"
23
+ ],
21
24
"additionalProperties" : false
22
25
}
23
26
},
26
29
"type" : " object" ,
27
30
"properties" : {
28
31
"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
+ }
30
38
}
31
39
},
32
40
"required" : [" ros__parameters" ],
You can’t perform that action at this time.
0 commit comments