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

std::length_error #4

Open
slamer2024 opened this issue Apr 18, 2024 · 3 comments
Open

std::length_error #4

slamer2024 opened this issue Apr 18, 2024 · 3 comments

Comments

@slamer2024
Copy link

Thanks for sharing the code. I encountered an error after running the launch file a few seconds.
fastliosam_error

@engcang
Copy link
Owner

engcang commented Apr 21, 2024

@slamer2024 Hi. Can you turn on GDB debugging and show me the output of it?
You can set it by changing this line - https://github.com/engcang/FAST-LIO-SAM-QN/blob/master/fast_lio_sam_qn/launch/run.launch#L12 into

<node pkg="fast_lio_sam_qn" type="fast_lio_sam_qn_node" name="fast_lio_sam_qn_node" output="screen" launch-prefix="gdb -ex run --args"/> 

After the code crashes, type "bt" on the terminal, then you will get the debugging logs.

@slamer2024
Copy link
Author

slamer2024 commented Apr 24, 2024

Thanks for replying. I followed your instruction. here is the result after type "bt" on the terminal.
debug_fastliosamqn

@engcang
Copy link
Owner

engcang commented Apr 24, 2024

@slamer2024
Hi. Thanks for the sharing the results of debugging. It looks weird, unfortunately. There is no any backtrace of it...

What are your versions of dependencies?
Eigen, GTSAM, Teaser++ and TBB

Especially, how did you install GTSAM? did you follow the instruction as I wrote here? - https://github.com/engcang/FAST-LIO-SAM-QN?tab=readme-ov-file#dependencies

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

2 participants