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
Hello Sir,
Most of the example files can be run, but the file "IMUKittiExampleGPS.m" can't be run correctly. The error messages are here:
IMUKittiExampleGPS
Example of application of ISAM2 for GPS-aided navigation on the KITTI VISION BENCHMARK SUITE (http://www.computervisiononline.com/dataset/kitti-vision-benchmark-suite)
-- Reading sensor metadata
-- Reading sensor data from file
-- Starting main loop: inference is performed at each time step, but we plot trajectory every 10 steps
错误使用(Error to use) gtsam_wrapper
Exception from gtsam:
Attempting to retrieve value with key "v3", type stored in Values is class gtsam::GenericValue<class
Eigen::Matrix<double,-1,1,0,-1,1> > but requested type was class Eigen::Matrix<double,3,1,0,3,1>
出错(ERROR) gtsam.ISAM2/update (第 237 行 line 237)
varargout{1} = gtsam_wrapper(1765, this, varargin{:});
出错(ERROR) IMUKittiExampleGPS (第 124 行 line 124)
isam.update(newFactors, newValues);
Could you help me to find what's wrong with it? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello Sir,
Most of the example files can be run, but the file "IMUKittiExampleGPS.m" can't be run correctly. The error messages are here:
IMUKittiExampleGPS
Example of application of ISAM2 for GPS-aided navigation on the KITTI VISION BENCHMARK SUITE (http://www.computervisiononline.com/dataset/kitti-vision-benchmark-suite)
-- Reading sensor metadata
-- Reading sensor data from file
-- Starting main loop: inference is performed at each time step, but we plot trajectory every 10 steps
错误使用(Error to use) gtsam_wrapper
Exception from gtsam:
Attempting to retrieve value with key "v3", type stored in Values is class gtsam::GenericValue<class
Eigen::Matrix<double,-1,1,0,-1,1> > but requested type was class Eigen::Matrix<double,3,1,0,3,1>
出错(ERROR) gtsam.ISAM2/update (第 237 行 line 237)
varargout{1} = gtsam_wrapper(1765, this, varargin{:});
出错(ERROR) IMUKittiExampleGPS (第 124 行 line 124)
isam.update(newFactors, newValues);
Could you help me to find what's wrong with it? Thank you very much.
The text was updated successfully, but these errors were encountered: