holicity icon indicating copy to clipboard operation
holicity copied to clipboard

panorama_to_world

Open kam1107 opened this issue 4 years ago • 2 comments

Hi, can you provide an example of panorama_to_world function? I find it a bit confusing as you explain it as "converts a point in the space of the CAD model to the space of a local viewpoint". Thanks :)

kam1107 avatar Jan 05 '21 04:01 kam1107

I am working on a demo for it :)

zhou13 avatar Jan 08 '21 21:01 zhou13

I believe there is a mistake in the panorama_to_world function. Instead of axis = np.cross([np.cos(pano_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]), It should be axis = np.cross([np.cos(tilt_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]), right?

image

lizuoyue avatar Jun 20 '23 21:06 lizuoyue