Skip to content

Commit

Permalink
refactor(pose_initializer): rework parameters
Browse files Browse the repository at this point in the history
Signed-off-by: PhoebeWu21 <[email protected]>
  • Loading branch information
PhoebeWu21 committed Feb 6, 2024
1 parent 5b7e92c commit 0359901
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum": 0.0
},
"stop_check_enabled": {
"type": "boolean",
"type": "string",
"description": "If true, initialization is accepted only when the vehicle is stopped.",
"default": "true"
},
Expand All @@ -24,22 +24,22 @@
"minimum": 0.0
},
"ekf_enabled": {
"type": "boolean",
"type": "string",
"description": "If true, EKF localizer is activated.",
"default": "true"
},
"gnss_enabled": {
"type": "boolean",
"type": "string",
"description": "If true, use the GNSS pose when no pose is specified.",
"default": "true"
},
"yabloc_enabled": {
"type": "boolean",
"type": "string",
"description": "If true, YabLocModule is used.",
"default": "true"
},
"ndt_enabled": {
"type": "boolean",
"type": "string",
"description": "If true, the pose will be estimated by NDT scan matcher, otherwise it is passed through.",
"default": "true"
},
Expand Down

0 comments on commit 0359901

Please sign in to comment.