g2o
|
#include <iostream>
#include <map>
#include <csignal>
#include <fstream>
#include "g2o/types/sclam2d/types_sclam2d.h"
#include "g2o/types/data/types_data.h"
#include "gm2dl_io.h"
#include "g2o/stuff/macros.h"
#include "g2o/stuff/color_macros.h"
#include "g2o/stuff/command_args.h"
#include "g2o/stuff/filesys_tools.h"
#include "g2o/stuff/string_tools.h"
#include "g2o/stuff/timeutil.h"
#include "g2o/core/sparse_optimizer.h"
#include "g2o/core/hyper_dijkstra.h"
#include "g2o/core/optimization_algorithm_factory.h"
#include "g2o/core/factory.h"
Go to the source code of this file.
Functions | |
G2O_USE_OPTIMIZATION_LIBRARY (csparse) | |
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 | ( | csparse | ) |
G2O_USE_TYPE_GROUP | ( | slam2d | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 68 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::SparseOptimizer::optimize(), g2o::CommandArgs::param(), g2o::CommandArgs::paramLeftOver(), g2o::CommandArgs::parseArgs(), g2o::SparseOptimizer::setAlgorithm(), g2o::OptimizableGraph::Vertex::setFixed(), g2o::SparseOptimizer::setForceStopFlag(), g2o::SparseOptimizer::setVerbose(), g2o::HyperDijkstra::shortestPaths(), sigquit_handler(), g2o::SE2::toVector(), g2o::OptimizableGraph::vertex(), g2o::HyperGraph::vertices(), and g2o::HyperDijkstra::visited().
void sigquit_handler | ( | int | sig | ) |
Definition at line 56 of file sclam_laser_calib.cpp.
References __PRETTY_FUNCTION__, and hasToStop.
Referenced by main().
|
static |
Definition at line 51 of file sclam_laser_calib.cpp.
Referenced by main(), and sigquit_handler().