You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to google/draco#633 (comment), draco cannot compress invalid float values. Howerver, draco_point_cloud_transport doesn't filter non-dense clouds to remove the invalid points before passing the cloud to draco.
On melodic with its older draco version, this does result in silent damage done to the pointcloud
On noetic, this results in the following error:
Error encoding message by transport draco: Draco encoder returned code -1: Failed to encode point attributes...
The text was updated successfully, but these errors were encountered:
According to google/draco#633 (comment), draco cannot compress invalid float values. Howerver, draco_point_cloud_transport doesn't filter non-dense clouds to remove the invalid points before passing the cloud to draco.
On melodic with its older draco version, this does result in silent damage done to the pointcloud
On noetic, this results in the following error:
The text was updated successfully, but these errors were encountered: