Class for City10000 dataset. More...
Go to the source code of this file.
Classes | |
class | City10000Dataset |
Functions | |
void | writeResult (const Values &result, size_t numPoses, const std::string &filename="Hybrid_city10000.txt") |
Write the result of optimization to file. More... | |
Variables | |
const double | kOpenLoopConstant = kOpenLoopModel->negLogConstant() |
auto | kOpenLoopModel = noiseModel::Diagonal::Sigmas(Vector3::Ones() * 10) |
const double | kPoseNoiseConstant = kPoseNoiseModel->negLogConstant() |
auto | kPoseNoiseModel |
auto | kPriorNoiseModel |
void writeResult | ( | const Values & | result, |
size_t | numPoses, | ||
const std::string & | filename = "Hybrid_city10000.txt" |
||
) |
Write the result of optimization to file.
result | The Values object with the final result. |
num_poses | The number of poses to write to the file. |
filename | The file name to save the result to. |
Definition at line 98 of file City10000.h.
const double kOpenLoopConstant = kOpenLoopModel->negLogConstant() |
Definition at line 28 of file City10000.h.
auto kOpenLoopModel = noiseModel::Diagonal::Sigmas(Vector3::Ones() * 10) |
Definition at line 27 of file City10000.h.
const double kPoseNoiseConstant = kPoseNoiseModel->negLogConstant() |
Definition at line 35 of file City10000.h.
auto kPoseNoiseModel |
Definition at line 33 of file City10000.h.
auto kPriorNoiseModel |
Definition at line 30 of file City10000.h.