|
g2o
|
#include <csignal>#include <cstdlib>#include <iomanip>#include <iostream>#include "g2o/stuff/command_args.h"#include "g2o/stuff/macros.h"#include "g2o/stuff/timeutil.h"#include "g2o_slam_interface.h"#include "graph_optimizer_sparse_online.h"#include "slam_parser/interface/parser_interface.h"
Go to the source code of this file.
Functions | |
| void | sigquit_handler (int sig) |
| int | main (int argc, char **argv) |
Variables | |
| static bool | hasToStop = false |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file g2o_online.cpp.
References hasToStop, g2o::CommandArgs::param(), g2o::CommandArgs::parseArgs(), SlamParser::ParserInterface::parseCommand(), g2o::SparseOptimizer::setForceStopFlag(), g2o::G2oSlamInterface::setUpdateGraphEachN(), g2o::SparseOptimizer::setVerbose(), and g2o::SparseOptimizerOnline::vizWithGnuplot.
| void sigquit_handler | ( | int | sig | ) |
Definition at line 44 of file g2o_online.cpp.
References __PRETTY_FUNCTION__, and hasToStop.
|
static |
Definition at line 39 of file g2o_online.cpp.
Referenced by main(), and sigquit_handler().