ParseMeasurement<Pose2> initializer list needs an extra argument
parent
e15317ba4c
commit
62c22c7fcc
|
@ -392,7 +392,7 @@ parseMeasurements(const std::string &filename,
|
||||||
size_t maxIndex) {
|
size_t maxIndex) {
|
||||||
ParseMeasurement<Pose2> parse{model ? createSampler(model) : nullptr,
|
ParseMeasurement<Pose2> parse{model ? createSampler(model) : nullptr,
|
||||||
maxIndex, true, NoiseFormatAUTO,
|
maxIndex, true, NoiseFormatAUTO,
|
||||||
KernelFunctionTypeNONE};
|
KernelFunctionTypeNONE, nullptr};
|
||||||
return parseToVector<BinaryMeasurement<Pose2>>(filename, parse);
|
return parseToVector<BinaryMeasurement<Pose2>>(filename, parse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue