|
g2o
|
#include <csignal>#include <fstream>#include <iostream>#include <map>#include "g2o/core/factory.h"#include "g2o/core/hyper_dijkstra.h"#include "g2o/core/optimization_algorithm_factory.h"#include "g2o/core/sparse_optimizer.h"#include "g2o/stuff/color_macros.h"#include "g2o/stuff/command_args.h"#include "g2o/stuff/filesys_tools.h"#include "g2o/stuff/macros.h"#include "g2o/stuff/string_tools.h"#include "g2o/stuff/timeutil.h"#include "g2o/types/data/types_data.h"#include "g2o/types/sclam2d/types_sclam2d.h"#include "gm2dl_io.h"
Go to the source code of this file.
Functions | |
| G2O_USE_OPTIMIZATION_LIBRARY (eigen) | |
| G2O_USE_TYPE_GROUP (slam2d) | |
| void | sigquit_handler (int sig) |
| int | main (int argc, char **argv) |
Variables | |
| static bool | hasToStop = false |
| G2O_USE_OPTIMIZATION_LIBRARY | ( | eigen | ) |
| G2O_USE_TYPE_GROUP | ( | slam2d | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 65 of file sclam_laser_calib.cpp.
References g2o::OptimizableGraph::chi2(), CL_RED, g2o::SparseOptimizer::computeActiveErrors(), g2o::OptimizationAlgorithmFactory::construct(), g2o::BaseVertex< D, T >::estimate(), g2o::SparseOptimizer::findGauge(), g2o::SparseOptimizer::gaugeFreedom(), hasToStop, g2o::HyperGraph::Vertex::id(), g2o::SparseOptimizer::initializeOptimization(), g2o::OptimizationAlgorithmFactory::instance(), g2o::SparseOptimizer::optimize(), g2o::CommandArgs::param(), g2o::CommandArgs::paramLeftOver(), g2o::CommandArgs::parseArgs(), g2o::Gm2dlIO::readGm2dl(), g2o::SparseOptimizer::setAlgorithm(), g2o::OptimizableGraph::Vertex::setFixed(), g2o::SparseOptimizer::setForceStopFlag(), g2o::SparseOptimizer::setVerbose(), g2o::HyperDijkstra::shortestPaths(), sigquit_handler(), g2o::SE2::toVector(), g2o::Gm2dlIO::updateLaserData(), g2o::OptimizableGraph::vertex(), g2o::HyperGraph::vertices(), g2o::HyperDijkstra::visited(), and g2o::Gm2dlIO::writeGm2dl().
| void sigquit_handler | ( | int | sig | ) |
Definition at line 54 of file sclam_laser_calib.cpp.
References __PRETTY_FUNCTION__, and hasToStop.
Referenced by main().
|
static |
Definition at line 49 of file sclam_laser_calib.cpp.
Referenced by main(), and sigquit_handler().