Go to the source code of this file.
Functions | |
a::ARCloud::Ptr | generateCloud (const double px, const double py, const double pz, const double vx, const double vy, const double vz, const double wx, const double wy, const double wz) |
int | main (int argc, char **argv) |
float | randFloat (float a, float b) |
Test node for kinect filtering
Definition in file test_points.cpp.
a::ARCloud::Ptr generateCloud | ( | const double | px, |
const double | py, | ||
const double | pz, | ||
const double | vx, | ||
const double | vy, | ||
const double | vz, | ||
const double | wx, | ||
const double | wy, | ||
const double | wz | ||
) |
Definition at line 57 of file test_points.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 79 of file test_points.cpp.
float randFloat | ( | float | a, |
float | b | ||
) |
Definition at line 49 of file test_points.cpp.