#include <stdio.h>
#include <octomap/octomap.h>
#include <octomap/math/Utils.h>
#include "testing.h"
Go to the source code of this file.
Functions | |
void | comparePoint (const point3d &first, const point3d &sec) |
void | comparePose (const pose6d &first, const pose6d &sec) |
int | main (int argc, char **argv) |
void | printUsage (char *self) |
Definition at line 26 of file test_scans.cpp.
Definition at line 16 of file test_scans.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file test_scans.cpp.
void printUsage | ( | char * | self | ) |
Definition at line 10 of file test_scans.cpp.