A point cloud which keeps track of its reference coordinate frame and allows changing frames using armarx::FramedPose
.
More...
#include <VisionX/components/pointcloud_processor/PointCloudFilter/PointCloudFilter.h>
template<class _PointT>
class visionx::FramedPointCloud< _PointT >
A point cloud which keeps track of its reference coordinate frame and allows changing frames using armarx::FramedPose
.
Definition at line 59 of file PointCloudFilter.h.
◆ PointCloudPtrT
◆ PointCloudT
◆ PointT
◆ FramedPointCloud() [1/4]
Construct an empty point cloud in global frame.
◆ FramedPointCloud() [2/4]
Construct an empty point cloud residing in given frame.
Definition at line 50 of file FramedPointCloud.h.
◆ FramedPointCloud() [3/4]
Construct a framed point cloud managing given point cloud in global frame.
Definition at line 55 of file FramedPointCloud.h.
◆ FramedPointCloud() [4/4]
Construct a framed point cloud managing given point cloud residing in given frame.
Definition at line 60 of file FramedPointCloud.h.
◆ changeFrame()
void changeFrame |
( |
const std::string & |
newFrame, |
|
|
const VirtualRobot::RobotPtr & |
robot |
|
) |
| |
|
inline |
Transform the point cloud from the current frame to the new frame using the given reference robot.
Definition at line 92 of file FramedPointCloud.h.
◆ getFrame()
std::string getFrame |
( |
| ) |
const |
|
inline |
◆ getFramedPose() [1/2]
◆ getFramedPose() [2/2]
◆ getGlobalPose()
Eigen::Matrix4f getGlobalPose |
( |
const VirtualRobot::RobotPtr & |
robot | ) |
const |
|
inline |
◆ setFrameWithoutTransformation()
void setFrameWithoutTransformation |
( |
const std::string & |
f | ) |
|
|
inline |
◆ transformBy()
void transformBy |
( |
const Eigen::Matrix4f & |
transform | ) |
|
|
inline |
◆ cloud
The documentation for this class was generated from the following files: