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 have downloaded the rosbag and have set the directory as MATLAB path.
However, when I run the example code it gives the error as shown in the title.
I also tried to move the files in the src folder to '~/Documents/MATLAB/' folder but I still see the same error.
How can I tackle this issue?
The text was updated successfully, but these errors were encountered:
Error in ros.Bag.load (line 19)
obj = ros.Bag(path);
Error in calibrate_bundle (line 72)
bag = ros.Bag.load(calibration_file);`
The key is the file of "rosbag_wrapper". I download the matlab_rosbag release version from ""
I find the file "rosbag_wrapper.mexa64", and I use the "rosbag_wrapper.mexa64" to exchange the "rosbag_wrapper.mex" which is now in the my used path on matlab.
Then it is ok.
I have downloaded the rosbag and have set the directory as MATLAB path.
However, when I run the example code it gives the error as shown in the title.
I also tried to move the files in the src folder to '~/Documents/MATLAB/' folder but I still see the same error.
How can I tackle this issue?
The text was updated successfully, but these errors were encountered: