-
Notifications
You must be signed in to change notification settings - Fork 15
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
process has died #5
Comments
Can you change the run.launch file into using the GDB debugging and then attach the log here? <!--node pkg="fast_lio_sam_qn" type="fast_lio_sam_qn_node" name="fast_lio_sam_qn_node" output="screen"/-->
<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"/> I guess you have plural FLANN libraries on your computer. |
fast_lio_sam_qn_node: /build/pcl-gWGA5r/pcl-1.10.0+dfsg/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:138: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed. Thread 10 "fast_lio_sam_qn" received signal SIGABRT, Aborted. Program terminated with signal SIGABRT, Aborted. GDB debug log is this? |
You should type "bt" and enter after you get the error in GDB debug. |
(gdb) bt Is GDB like this? |
--Type for more, q to quit, c to continue without paging-- |
The problem is probably from your data. Could you check your data again? |
Hello, I encountered the same issue as you. Initially, I didn't have this problem when I used it, but recently, after recompiling, the issue appeared. Have you managed to solve it? |
[New Thread 0x7fff53ff7700 (LWP 1431930)] Hello, this always appears before each segmentation fault. Do you have any good solutions? |
I just cloned this repository on the clean computer and tested the algorithm with KITTI and HILTI datasets without any errors or issues. It works well. I am using Ubuntu 20.04 with ROS-noetic, ROS-noetic-desktop-full's default PCL. Only one thing came up in my mind is the version of TEASER++. If you want to test it, git clone https://github.com/MIT-SPARK/TEASER-plusplus.git
cd TEASER-plusplus
git reset --hard baf69d948d77e8fe496a82e2fa3b1f41a9b1156f
mkdir build && cd build
cmake .. -DENABLE_DIAGNOSTIC_PRINT=OFF
sudo make install -j16
sudo ldconfig Then, re-build this repository again. |
Okay, I will test it today. Thank you for your patient response. |
I recently replaced a brand new computer, which solved this problem. I don't know the reason either. thank you !!! |
fast_lio_sam_qn_node: /build/pcl-gWGA5r/pcl-1.10.0+dfsg/kdtree/include/pcl/kdtree/impl/kdtree_flann.hpp:138: int pcl::KdTreeFLANN<PointT, Dist>::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT = pcl::PointXYZI; Dist = flann::L2_Simple]: Assertion `point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"' failed.
[fast_lio_sam_qn_node-3] process has died [pid 38536, exit code -6, cmd /home/yang/FAST-LIO-SAM-QN/devel/lib/fast_lio_sam_qn/fast_lio_sam_qn_node __name:=fast_lio_sam_qn_node __log:=/home/yang/.ros/log/bd02a41e-7729-11ef-8e1c-0512efef2e98/fast_lio_sam_qn_node-3.log].
log file: /home/yang/.ros/log/bd02a41e-7729-11ef-8e1c-0512efef2e98/fast_lio_sam_qn_node-3*.log
Hello, could you tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: