Add a type key for the filters in the config file. In plugin_manager.py, we first check the existence of type for each filter. If not, the type of the filter is defined by the name, compatible with the old files. If it exists, the type of the filter is defined by this key.
Add a
type
key for the filters in the config file. Inplugin_manager.py
, we first check the existence oftype
for each filter. If not, the type of the filter is defined by the name, compatible with the old files. If it exists, the type of the filter is defined by this key.Discussed in https://github.com/leggedrobotics/elevation_mapping_cupy/issues/15 .