Closed leochan2009 closed 3 years ago
hi, the enum class call doesn't work in clang https://github.com/MIT-SPARK/Kimera-RPGO/blob/ffb9ed3454f298bcae3293fe57b22e8c003bf16b/src/RobustSolver.cpp#L125 i have to use KimeraRPGO::RobustSolverParams::GncThresholdMode::COST instead. same for a few other lines.
KimeraRPGO::RobustSolverParams::GncThresholdMode::COST
Thanks
addressed here https://github.com/MIT-SPARK/Kimera-RPGO/pull/72
hi, the enum class call doesn't work in clang https://github.com/MIT-SPARK/Kimera-RPGO/blob/ffb9ed3454f298bcae3293fe57b22e8c003bf16b/src/RobustSolver.cpp#L125 i have to use
KimeraRPGO::RobustSolverParams::GncThresholdMode::COST
instead. same for a few other lines.Thanks