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
Message=index 0 is out of bounds for axis 0 with size 0
Source=F:\Capstone\algorithms\range_mcl\src\utils.py
StackTrace:
File "F:\Capstone\algorithms\range_mcl\src\utils.py", line 340, in load_poses_kitti
inv_frame0 = np.linalg.inv(poses[0])
File "F:\Capstone\algorithms\range_mcl\src\main_range_mcl.py", line 49, in (Current frame)
map_poses = load_poses_kitti(map_pose_file, map_calib_file)
Hi there, thanks for providing the code to test. However, I got an issue running the code.
==================================================================
Message=index 0 is out of bounds for axis 0 with size 0
Source=F:\Capstone\algorithms\range_mcl\src\utils.py
StackTrace:
File "F:\Capstone\algorithms\range_mcl\src\utils.py", line 340, in load_poses_kitti
inv_frame0 = np.linalg.inv(poses[0])
File "F:\Capstone\algorithms\range_mcl\src\main_range_mcl.py", line 49, in (Current frame)
map_poses = load_poses_kitti(map_pose_file, map_calib_file)
======================================================================
I tried to search for the GLFWError 65544 but none of the solutions seems to work. Is there anything idea what is happening?
Regards
Jimmy
The text was updated successfully, but these errors were encountered: