How to fix displayed pointcloud showing {NaN, NaN, Nan} when clicked on. #7389
Unanswered
TonyPham-ctrl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey y'all, I am currently working on a point cloud registration project using Open3D. Due to certain functionalities I want to implement such as real time coordinate display, I cannot use VisualizerWithEditing() so I used SceneWidget() instead. I followed the example https://github.com/isl-org/Open3D/blob/main/examples/python/visualization/mouse_and_point_coord.py to display coordinates in real time, however, for a majority of points it displays NaN NaN NaN as its coordinates despite being verified that the coordinates DO exist and that they are displayed using coordinates from pcd.points. Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions