YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
laserFromPointCloud.cpp File Reference
#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>
+ Include dependency graph for laserFromPointCloud.cpp:

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 
#define DEG2RAD   M_PI/180.0
 

Functions

const yarp::os::LogComponentLASER_FROM_POINTCLOUD ()
 
void rotate_pc (yarp::sig::PointCloud< yarp::sig::DataXYZ > &pc, const yarp::sig::Matrix &m)
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 6 of file laserFromPointCloud.cpp.

◆ DEG2RAD

#define DEG2RAD   M_PI/180.0

Definition at line 25 of file laserFromPointCloud.cpp.

Function Documentation

◆ LASER_FROM_POINTCLOUD()

const yarp::os::LogComponent & LASER_FROM_POINTCLOUD ( )

Definition at line 30 of file laserFromPointCloud.cpp.

◆ rotate_pc()

Definition at line 234 of file laserFromPointCloud.cpp.