You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for version 0.4.0, all configuration parameters except for Camera node have default values, leading to much smaller configuration files. But stella_vslam fails to run if you entirely omit the Mapping node in yaml file.
It works if you just add "Mapping:", without any actual mapping configuration.
It's a very minimal bug.
This is the line causing the error:
As for version 0.4.0, all configuration parameters except for Camera node have default values, leading to much smaller configuration files. But stella_vslam fails to run if you entirely omit the Mapping node in yaml file.
It works if you just add "Mapping:", without any actual mapping configuration.
It's a very minimal bug.
This is the line causing the error:
stella_vslam/src/stella_vslam/system.cc
Line 66 in a18add7
I believe it can be fixed by changing the first argument for:
Not tested, I am sorry I don't pull a request.
The text was updated successfully, but these errors were encountered: