Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 505 Bytes

keypoints_publisher.md

File metadata and controls

36 lines (18 loc) · 505 Bytes

KeypointsPublisher

What Is This

This nodelet will calculate the NARF keypoints and publish.

Subscribing Topic

  • ~input (sensor_msgs/PointCloud2)

    Input point cloud. Point type should be pcl::PointXYZ.

    The point cloud should be organized.

Publishing Topic

  • ~nerf_keypoints (sensor_msgs/PointCloud2)

    Point cloud of keypoints.

Parameters

None.

Sample

roslaunch jsk_pcl_ros sample_keypoints_publisher.launch