#include <cmath>
#include <string>
#include <ros/ros.h>
#include <sensor_msgs/PointCloud2.h>
#include <sensor_msgs/point_cloud2_iterator.h>
#include <gtest/gtest.h>
Go to the source code of this file.
|
bool | isOnBottomSurface (const float x, const float y, const float z) |
|
bool | isOnCorner (const float x, const float y, const float z) |
|
bool | isOnSideSurface (const float x, const float y, const float z) |
|
int | main (int argc, char **argv) |
|
| TEST (ObjToPointCloud, PointCloud) |
|
bool isOnBottomSurface |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const float |
z |
|
) |
| |
bool isOnCorner |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const float |
z |
|
) |
| |
bool isOnSideSurface |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const float |
z |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
ObjToPointCloud |
, |
|
|
PointCloud |
|
|
) |
| |
constexpr float TOLERANCE = 1e-6 |