rapid
A ROS robotics library.
|
Gets point cloud and camera pose. More...
#include <point_cloud_camera.h>
Public Member Functions | |
PointCloudCamera (const std::string &topic, const std::string &base_link) | |
Constructor. More... | |
pcl::PointCloud < pcl::PointXYZRGB >::Ptr | cloud () const |
Returns the most recent point cloud from the camera. More... | |
geometry_msgs::TransformStamped | camera_pose () const |
Returns the camera pose relative to the base frame. More... | |
![]() | |
virtual | ~PointCloudCameraInterface () |
Gets point cloud and camera pose.
Usage:
Definition at line 24 of file point_cloud_camera.h.
|
explicit |
Constructor.
[in] | topic | The topic to get point clouds from. |
[in] | base_link | The name of the base frame. |
|
virtual |
Returns the camera pose relative to the base frame.
Implements rapid::PointCloudCameraInterface.
|
virtual |
Returns the most recent point cloud from the camera.
Implements rapid::PointCloudCameraInterface.