Skip to content
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

Segmentation fault on SaveTrajectoryTUM in rgbd_inertial_realsense_D435i #899

Open
barbara-dc opened this issue May 23, 2024 · 0 comments
Open

Comments

@barbara-dc
Copy link

Hello,

I am running the rgbd_inertial_realsense_D435i, where I have added SLAM.SaveTrajectoryTUM(f_file); to save the trajectory in TUM format after cout << "System shutdown!\n";

Also, I noticed it was not stopping under Ctrl+C, so I modified while (!SLAM.isShutDown()) into while (b_continue_session && !SLAM.isShutDown()).

The script is running in segmentation fault just before Sophus::SE3f Two = vpKFs[0]->GetPoseInverse(); inside the function SaveTrajectoryTUM.

Do you have any ideas why this is happening? The same lines for trajectory saving are not giving the error in rgbd_realsense_D435i.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant