Skip to main content

A helper tool for jointly using ros-numpy and open3d

Project description

open3d-ros-helper

  • helper for jointly using open3d and numpy in ROS
  • currently, supports only XYZ point cloud

Dependencies

  • python 2.7
  • open3d == 0.9

Features

convert_ros_to_o3d

  • convert ros pointcloud to open3d cloud
  • sensor_msg.msg.PointCloud2open3d.geometry.PointCloud

convert_o3d_to_ros

  • convert open3d pointcloud to ros cloud
  • open3d.geometry.PointCloudsensor_msg.msg.PointCloud2

do_transform_o3d_cloud

  • transform a input cloud with respect to the specific frame
  • open3d version of tf2_geometry_msgs.do_transform_point
  • open3d.geometry.PointCloud, geometry_msgs.msgs.TransformStamped' ⮕ open3d.geometry.PointCloud`

o3d_cloud_pass_through_filter

crop_o3d_cloud_with_mask

  • crop input cloud according to the mask and camera info
  • open3d.geometry.PointCloud, numpy.ndarray (uint16), sensor_msgs.msgs.CameraInfoopen3d.geometry.PointCloud

icp_refinement

  • do point-to-point ICP registration implemented in open3d
  • open3d.geometry.PointCloud, open3d.geometry.PointCloudopen3d.registration.RegistrationResult

icp_refinement_with_ppf_match

  • do ICP registration using ppf matching implemented in opencv
  • open3d.geometry.PointCloud, open3d.geometry.PointCloudnumpy.ndarray (4x4)

Future Work

  • support XYZRGB point cloud

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

open3d_ros_helper-0.0.1.5-py2-none-any.whl (5.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page