open3d-ros-helper icon indicating copy to clipboard operation
open3d-ros-helper copied to clipboard

Helper for jointly using open3d and numpy in ROS

Results 3 open3d-ros-helper issues
Sort by recently updated
recently updated
newest added

The datatype np.float was removed from newer NumPy versions. I replaced it with np.float64 to use open3d-ros-helpers with ROS Noetic. I chose np.float64 because the function open3d.utility.Vector3dVector was optimized for...

can you provide a branch for python3.8

When importing ROS point clouds with 'intensity' fields it would be nice to have some way to pass this to open3d. As intensity is usually not accompanied by rgb it...

enhancement