Skip to content

global config driver does not seem to load all the existing configs #11

Description

@changh95

According to the config_global_ext.json, it will only load sensors_ext, scan_context, dbow, orb_slam, and flat_earther.

{
/*** GlobalExt Configuration ***/
"global_ext": {
"config_path": "",
"data_path": "../data",
"config_sensors_ext": "config_sensors_ext.json",
"config_scan_context": "config_scan_context.json",
"config_dbow": "config_dbow.json",
"config_orb_slam": "config_orb_slam.json",
"config_flat_earther": "config_flat_earther.json"
}
}

But then in the same config folder, there are configs for gnss_global and velocity_suppressor.

Considering the config structure in GLIM, I think the config_global_ext.json should read other config files too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions