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
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