|
iterative closest points
CEV ICP algorithm library
|
#include <iostream>#include <cmdapp/cmdapp.h>#include <config/config.h>#include <sdlwrapper/gui/window.h>#include <optional>#include "view_config.h"#include "lidar_view.h"#include "icp/impl/vanilla.h"#include "icp/impl/trimmed.h"#include "parse_scan.h"Go to the source code of this file.
Functions | |
| void | set_config_param (const char *var, const char *data, void *user_data) |
| void | parse_config (const char *path) |
| void | assert_opt (bool *opt_result) |
| void | launch_gui (LidarView *view, std::string visualized="LiDAR scans") |
| int | main (int argc, const char **argv) |
| void launch_gui | ( | LidarView * | view, |
| std::string | visualized = "LiDAR scans" |
||
| ) |