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
In PhoXiInterface::getOrganizedCloudFromFrame and PhoXiInterface::getUnorganizedCloudFromFrame the point coordinates are divided by 1000 to change the scaling from the PhoXi-Default mm to the ROS-Default m. This is completely fine.
What I don't understand is why is the "scaling" of the point normals also changed? Aren't point normals by name and definition normalized? I'm asking because we are performing 3d object matching with Halcon and the matching fails, unless we "scale" the point normals back up.
The text was updated successfully, but these errors were encountered:
In
PhoXiInterface::getOrganizedCloudFromFrame
andPhoXiInterface::getUnorganizedCloudFromFrame
the point coordinates are divided by 1000 to change the scaling from the PhoXi-Defaultmm
to the ROS-Defaultm
. This is completely fine.What I don't understand is why is the "scaling" of the point normals also changed? Aren't point normals by name and definition normalized? I'm asking because we are performing 3d object matching with Halcon and the matching fails, unless we "scale" the point normals back up.
The text was updated successfully, but these errors were encountered: