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
I think theres something wrong with line 110 in generate_candidates.cpp, it should be view_points << camera_pose[3], camera_pose[7], camera_pose[11]; instead of view_points << camera_pose[3], camera_pose[6], camera_pose[9];
The text was updated successfully, but these errors were encountered:
I think theres something wrong with line 110 in generate_candidates.cpp, it should be
view_points << camera_pose[3], camera_pose[7], camera_pose[11];
instead ofview_points << camera_pose[3], camera_pose[6], camera_pose[9];
The text was updated successfully, but these errors were encountered: