#include "laserFromPointCloud.h"
#include <yarp/os/Time.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/math/Math.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <iostream>
#include <limits>
#include <mutex>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
#define | DEG2RAD M_PI/180.0 |
Functions | |
const yarp::os::LogComponent & | LASER_FROM_POINTCLOUD () |
void | rotate_pc (yarp::sig::PointCloud< yarp::sig::DataXYZ > &pc, const yarp::sig::Matrix &m) |
#define _USE_MATH_DEFINES |
Definition at line 6 of file laserFromPointCloud.cpp.
Definition at line 25 of file laserFromPointCloud.cpp.
const yarp::os::LogComponent & LASER_FROM_POINTCLOUD | ( | ) |
Definition at line 30 of file laserFromPointCloud.cpp.
void rotate_pc | ( | yarp::sig::PointCloud< yarp::sig::DataXYZ > & | pc, |
const yarp::sig::Matrix & | m | ||
) |
Definition at line 234 of file laserFromPointCloud.cpp.