#include <boost/filesystem.hpp>
#include "lvr2/io/ModelFactory.hpp"
#include "Options.hpp"
#include "ascii_viewer/AsciiRenderer.hpp"
#include <chrono>
#include <stdio.h>
#include <stdlib.h>
#include <ncursesw/ncurses.h>
#include <memory>
#include "ascii_viewer/CursesHelper.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file src/tools/lvr2_ascii_viewer/Main.cpp.