Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 636 Bytes

heightmap_to_point_cloud.md

File metadata and controls

35 lines (21 loc) · 636 Bytes

HeightmapToPointCloud

Convert a heightmap to pointcloud.

Subscribing Topic

  • ~input (sensor_msgs/Image)

    Input heightmap.

    Encoding should be 32FC2.

  • ~input/config (jsk_recognition_msgs/HeightmapConfig)

    Config topic.

Publishing Topic

  • ~output (sensor_msgs/PointCloud2)

    Output pointcloud.

  • ~output/config (jsk_recognition_msgs/HeightmapConfig)

    Config topic.

Parameters

  • ~keep_organized (Bool, default: False)

    Whether to keep pointcloud organized or not.

Sample

roslaunch jsk_pcl_ros sample_heightmap_to_pointcloud.launch