-
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 #6
Comments
after I use the GDB mode, it says that: [ INFO] [1728787570.800598123]: real: 0.1, key_add: 0.0, vis: 0.0, opt: 0.4, res: 0.0, tot: 0.5ms And after I type bt in the terminal, it says that: Failed to find match for field 'intensity'. Thread 43 "fast_lio_sam_qn" received signal SIGABRT, Aborted. Thank you for reply |
Eigen: 3.3.7 |
@Ayane11
|
after I type bt, it says that: 2.I'm using my own dataset |
// using PointType = pcl::PointXYZI;
using PointType = pcl::PointXYZ; |
Thank you, I will try tonight and provide the infomation |
after I change this Point type like this: using namespace std::chrono; it can't build successfully: But I have checked in any other codes that I never defind PointType again, can you help me? |
third_party/nano_gicp/include/nano_gicp/point_type_nano_gicp.hpp |
I'm sorry but the problem didn't solve, it still tells me that Failed to find match for field 'intensity'. gdb) Rebuild thread terminated normally |
Can you send me your own dataset? ^^ |
ok,I have sent it by email. Thank you for spending such a lot of efforts |
Ayane_dataset-2024-10-15_00.05.48.mp4@Ayane11 I did not change anything but only run.launch file of fast_lio_sam_qn and corresponding config file of FAST-LIO. I think you may consider to change the version of TEASER++ as I already pointed out here: #5 (comment) 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 Let me also inform the version of TEASER++ in the README. |
I have changed the version of TEASER++, but it didn't change anything... |
@Ayane11 What are your versions? |
I'm using GTSAM 4.1.1 |
@Ayane11 |
@Ayane11 When you used the GTSAM 4.1.1, did you install in with I actually tried GTSAM 4.1.1 and 4.2.0 both and there was no error with the option above... |
I am certain that I add the option, but I don't know why the error occurs. I think maybe you should change the recommended version of GTSAM. Finally, thank you for answering my questions, you are so patient, wish you good luck. |
[fast_lio_sam_qn_node-3] process has died [pid 38536, exit code -6, cmd /home/Alan/FAST-LIO-SAM-QN/devel/lib/fast_lio_sam_qn/fast_lio_sam_qn_node __name:=fast_lio_sam_qn_node __log:=/home/Alan/.ros/log/bd02a41e-7729-11ef-8e1c-0512efef2e98/fast_lio_sam_qn_node-3.log].
log file: /home/Alan/.ros/log/bd02a41e-7729-11ef-8e1c-0512efef2e98/fast_lio_sam_qn_node-3*.log
Hello, when I'm using this project, the process will died at the same time every time. I noticed someone met with the same problem before, but it wasn't solved at last. Can you help me fix this?
The text was updated successfully, but these errors were encountered: