Skip to content

Commit 0359901

Browse files
committed
refactor(pose_initializer): rework parameters
Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>
1 parent 5b7e92c commit 0359901

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

localization/pose_initializer/schema/pose_initializer.schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"minimum": 0.0
1414
},
1515
"stop_check_enabled": {
16-
"type": "boolean",
16+
"type": "string",
1717
"description": "If true, initialization is accepted only when the vehicle is stopped.",
1818
"default": "true"
1919
},
@@ -24,22 +24,22 @@
2424
"minimum": 0.0
2525
},
2626
"ekf_enabled": {
27-
"type": "boolean",
27+
"type": "string",
2828
"description": "If true, EKF localizer is activated.",
2929
"default": "true"
3030
},
3131
"gnss_enabled": {
32-
"type": "boolean",
32+
"type": "string",
3333
"description": "If true, use the GNSS pose when no pose is specified.",
3434
"default": "true"
3535
},
3636
"yabloc_enabled": {
37-
"type": "boolean",
37+
"type": "string",
3838
"description": "If true, YabLocModule is used.",
3939
"default": "true"
4040
},
4141
"ndt_enabled": {
42-
"type": "boolean",
42+
"type": "string",
4343
"description": "If true, the pose will be estimated by NDT scan matcher, otherwise it is passed through.",
4444
"default": "true"
4545
},

0 commit comments

Comments
 (0)