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

warning and error while running #5

Open
BIT-TYJ opened this issue Sep 5, 2022 · 8 comments
Open

warning and error while running #5

BIT-TYJ opened this issue Sep 5, 2022 · 8 comments

Comments

@BIT-TYJ
Copy link

BIT-TYJ commented Sep 5, 2022

Hello, when I run the DiSCo-SLAM with kitti08_2.bag, something wrong happens as follows.

_[ WARN] [1662382090.137015156]: Point cloud timestamp not available, deskew function disabled, system will drift significantly!
[lio_sam_mapFusion_jackal1-11] process has died [pid 10717, exit code -11, cmd /home/tang/catkin_ws/devel/lib/lio_sam/lio_sam_mapFusion __name:=lio_sam_mapFusion_jackal1 _log:=/home/tang/.ros/log/a4793ca8-2d18-11ed-bd50-405bd873e5f9/lio_sam_mapFusion_jackal1-11.log].
log file: /home/tang/.ros/log/a4793ca8-2d18-11ed-bd50-405bd873e5f9/lio_sam_mapFusion_jackal1-11*.log

can you help me? Thank you very much!

@huiyan-dev
Copy link

Hello, I have the same situation and fix it after change the gtsam version. But I am not sure which version I used before(now is "libgtsam-dev is already the newest version (4.0.3-1ubuntu1)" output from command "sudo apt install libgtsam-dev libgtsam-unstable-dev").I don't know if this will help.

@BIT-TYJ
Copy link
Author

BIT-TYJ commented Sep 15, 2022

Thank you for your help! I installed gtsam by compiling the source code from https://github.com/borglab/gtsam.git. I will try your method.

@YunjuanSUN
Copy link

Thank you for your help! I installed gtsam by compiling the source code from https://github.com/borglab/gtsam.git. I will try your method.

I still encounter this situation after I change the gtsam version. Have you solved it? Thanks!

@BIT-TYJ
Copy link
Author

BIT-TYJ commented Feb 8, 2023

Thank you for your help! I installed gtsam by compiling the source code from https://github.com/borglab/gtsam.git. I will try your method.

I still encounter this situation after I change the gtsam version. Have you solved it? Thanks!

sorry, I have not been working on this project for a long time. Good luck!

@Topgodd
Copy link

Topgodd commented Mar 2, 2023

Thank you for your help! I installed gtsam by compiling the source code from https://github.com/borglab/gtsam.git. I will try your method.

I still encounter this situation after I change the gtsam version. Have you solved it? Thanks!

can you run the park dataset normally?

@edwinstudy
Copy link

Same situation ! how to solve it ?

@heisetiantang
Copy link

same situation

@hogyun2
Copy link

hogyun2 commented Oct 15, 2024

In gtsam download process, you can follow this step in this link(https://github.com/yeweihuang/LIO-SAM#prepare-imu-data)

$ wget -O ~/Downloads/gtsam.zip https://github.com/borglab/gtsam/archive/4.0.2.zip
$ cd ~/Downloads/ && unzip gtsam.zip -d ~/Downloads/
$ cd ~/Downloads/gtsam-4.0.2/
$ mkdir build && cd build
$ cmake -DGTSAM_BUILD_WITH_MARCH_NATIVE=OFF ..
$ sudo make install -j8

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

7 participants