#include <ros/ros.h>
#include <pr2_tilt_laser_interface/GetSnapshotActionResult.h>
#include <pr2_tilt_laser_interface/GetSnapshotActionFeedback.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl/io/pcd_io.h>
Go to the source code of this file.
|
void | feedbackCallback (const pr2_tilt_laser_interface::GetSnapshotActionFeedbackConstPtr &action_feedback) |
|
int | main (int argc, char **argv) |
|
void | resultCallback (const pr2_tilt_laser_interface::GetSnapshotActionResultConstPtr &action_result) |
|
void feedbackCallback |
( |
const pr2_tilt_laser_interface::GetSnapshotActionFeedbackConstPtr & |
action_feedback | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void resultCallback |
( |
const pr2_tilt_laser_interface::GetSnapshotActionResultConstPtr & |
action_result | ) |
|