-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I run StVO,several problem occurs: #6
Comments
Hi, I just updated the configuration file for the EuRoC dataset, now including the rotation (R) and translation (t) of the stereo pair. As for the problem with the KITTI dataset, you don't need the R and t as the images are rectified, so it might be you have the latest version of the Eigen library? Best, Rubén. |
THANKS! I'll update the Eigen library and try to run it again |
Hi @rubengooj , Still this problem exists, I have the latest Eigen version. |
@halajun @rubengooj |
@rubengooj where <dataset_path> refers to the sequence folder relative to the environment variable ${DATASETS_DIR} that must be previously set. That sequence folder must contain the dataset configuration file named dataset_params.yaml following the examples in pl-slam/config, where images_subfolder_{lr} refers to the left and right image subfolders. As you said, I have downloaded the MH_01_easy sequence (become mav0 when I uncompressed) and stored in the /home/xx/slam_datasets folder. So what should I do to set the environment variable for ${DATASETS_DIR}? In addition, when I run the dataset, how should I set the dataset configuration file named dataset_params.yaml? Can you help me? please. |
@xmupamizq hi ,have you soved your problem? |
@liangsongLee I am so sorry to tell you that I have not solved my problem. |
"terminate called after throwing an instance of 'YAML::TypedBadConversion<std::vector<double, std::allocator > >'
what(): yaml-cpp: error at line 0, column 0: bad conversion"
"imagesStVO: /usr/include/eigen3/Eigen/src/Core/DenseStorage.h:128: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 32>::plain_array() [with T = double; int Size = 16; int MatrixOrArrayOptions = 0]: Assertion `(reinterpret_cast<size_t>(eigen_unaligned_array_assert_workaround_gcc47(array)) & (31)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed."
The text was updated successfully, but these errors were encountered: