#include <cmath>#include <csignal>#include <deque>#include <iomanip>#include <sstream>#include <unistd.h>#include <vector>#include <boost/date_time/posix_time/posix_time.hpp>#include <boost/filesystem.hpp>#include "init/InertialInitializerOptions.h"#include "sim/SimulatorInit.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | signal_callback_handler (int signum) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 46 of file test_simulation.cpp.
| void signal_callback_handler | ( | int | signum | ) |
Definition at line 43 of file test_simulation.cpp.