#include <interactive_point_cloud.h>
|
virtual void | configCallback (Config &config, uint32_t level) |
|
void | leftClickPoint (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | makeMarker (const sensor_msgs::PointCloud2ConstPtr cloud, float size) |
|
void | makeMarker (const sensor_msgs::PointCloud2ConstPtr cloud, const jsk_recognition_msgs::BoundingBoxArrayConstPtr box, const geometry_msgs::PoseStampedConstPtr handle, float size) |
|
void | makeMenu () |
|
void | markerFeedback (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | menuPoint (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | move (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | pickup (const visualization_msgs::InteractiveMarkerFeedbackConstPtr &feedback) |
|
void | publishGraspPose () |
|
void | publishHandPose (geometry_msgs::PoseStamped box_pose) |
|
void | setMarkerPoseCallback (const geometry_msgs::PoseStampedConstPtr &pose_stamped_msg) |
|
Definition at line 33 of file interactive_point_cloud.h.
InteractivePointCloud::~InteractivePointCloud |
( |
| ) |
|
void InteractivePointCloud::configCallback |
( |
Config & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
privatevirtual |
void InteractivePointCloud::handlePoseAndBoundingBoxCallback |
( |
const jsk_recognition_msgs::Int32StampedConstPtr & |
index, |
|
|
const geometry_msgs::PoseArrayConstPtr & |
pa, |
|
|
const jsk_recognition_msgs::BoundingBoxArrayConstPtr & |
box |
|
) |
| |
void InteractivePointCloud::handlePoseCallback |
( |
const geometry_msgs::PoseStampedConstPtr & |
ps | ) |
|
void InteractivePointCloud::hide |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
void InteractivePointCloud::leftClickPoint |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
|
private |
void InteractivePointCloud::makeMarker |
( |
const sensor_msgs::PointCloud2ConstPtr |
cloud, |
|
|
float |
size |
|
) |
| |
|
private |
void InteractivePointCloud::makeMarker |
( |
const sensor_msgs::PointCloud2ConstPtr |
cloud, |
|
|
const jsk_recognition_msgs::BoundingBoxArrayConstPtr |
box, |
|
|
const geometry_msgs::PoseStampedConstPtr |
handle, |
|
|
float |
size |
|
) |
| |
|
private |
void InteractivePointCloud::makeMenu |
( |
| ) |
|
|
private |
void InteractivePointCloud::markerFeedback |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
|
private |
void InteractivePointCloud::menuPoint |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
|
private |
void InteractivePointCloud::move |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
|
private |
void InteractivePointCloud::pickup |
( |
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback | ) |
|
|
private |
void InteractivePointCloud::pointCloudAndBoundingBoxCallback |
( |
const sensor_msgs::PointCloud2ConstPtr & |
cloud, |
|
|
const jsk_recognition_msgs::BoundingBoxArrayConstPtr & |
box, |
|
|
const geometry_msgs::PoseStampedConstPtr & |
handle |
|
) |
| |
void InteractivePointCloud::pointCloudCallback |
( |
const sensor_msgs::PointCloud2ConstPtr & |
cloud | ) |
|
void InteractivePointCloud::publishGraspPose |
( |
| ) |
|
|
private |
void InteractivePointCloud::publishHandPose |
( |
geometry_msgs::PoseStamped |
box_pose | ) |
|
|
private |
void InteractivePointCloud::setHandlePoseCallback |
( |
const geometry_msgs::PoseStampedConstPtr & |
ps | ) |
|
void InteractivePointCloud::setMarkerPoseCallback |
( |
const geometry_msgs::PoseStampedConstPtr & |
pose_stamped_msg | ) |
|
|
private |
jsk_recognition_msgs::BoundingBoxMovement InteractivePointCloud::box_movement_ |
|
private |
jsk_recognition_msgs::BoundingBoxArray InteractivePointCloud::current_box_ |
|
private |
sensor_msgs::PointCloud2 InteractivePointCloud::current_croud_ |
|
private |
bool InteractivePointCloud::display_interactive_manipulator_ |
|
private |
bool InteractivePointCloud::exist_handle_tf_ |
|
private |
geometry_msgs::PoseStamped InteractivePointCloud::handle_pose_ |
|
private |
std::string InteractivePointCloud::initial_handle_pose_ |
|
private |
geometry_msgs::PoseStamped InteractivePointCloud::marker_pose_ |
|
private |
sensor_msgs::PointCloud2 InteractivePointCloud::msg_cloud_ |
|
private |
double InteractivePointCloud::point_size_ |
|
private |
std::shared_ptr<dynamic_reconfigure::Server<Config> > InteractivePointCloud::srv_ |
|
private |
bool InteractivePointCloud::use_bounding_box_ |
|
private |
The documentation for this class was generated from the following files: