Skip to content

Commit

Permalink
Merge branch 'master' into collections_abc
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored Nov 3, 2023
2 parents 49a9e92 + 7487973 commit e061443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_numpy/point_cloud2.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def split_rgb_field(cloud_arr):
new_cloud_arr[field_name] = cloud_arr[field_name]
return new_cloud_arr

def get_xyz_points(cloud_array, remove_nans=True, dtype=np.float64):
def get_xyz_points(cloud_array, remove_nans=True, dtype=float):
'''Pulls out x, y, and z columns from the cloud recordarray, and returns
a 3xN matrix.
'''
Expand Down

0 comments on commit e061443

Please sign in to comment.