pamela-project / slambench

SLAM performance evaluation framework
https://apt.cs.manchester.ac.uk/projects/PAMELA/
Other
311 stars 84 forks source link

Compilation error (w/o GUI/Pangolin): no matching function for call to ‘SLAMBenchConfiguration::ComputeLoopAlgorithm(SLAMBenchConfiguration*&, std::nullptr_t, std::nullptr_t) #49

Closed schmidtp1 closed 1 year ago

schmidtp1 commented 1 year ago

framework/tools/loaders/slambench_app.cpp:112:82: error: no matching function for call to ‘SLAMBenchConfiguration::ComputeLoopAlgorithm(SLAMBenchConfiguration*&, std::nullptr_t, std::nullptr_t)’ 112 | SLAMBenchConfiguration::ComputeLoopAlgorithm(config, nullptr, nullptr);

https://github.com/pamela-project/slambench/blob/master/framework/tools/loaders/slambench_app.cpp#L112

use of outdated signature?