编译完成后,按照官方文档启动gui报错
WangWenda98 opened this issue · 4 comments
WangWenda98 commented
[li_calib_gui-1] process has died [pid 13640, exit code -6, cmd /home/wwd/catkin_li_calib/devel/lib/li_calib/li_calib_gui __name:=li_calib_gui __log:=/home/wwd/.ros/log/3a9cdec4-d05c-11ed-af6e-802bf996be09/li_calib_gui-1.log].
log file: /home/wwd/.ros/log/3a9cdec4-d05c-11ed-af6e-802bf996be09/li_calib_gui-1*.log
NozomiWyane commented
me too have you solved it
NozomiWyane commented
me too have you solved it
yes this is an emergancy issue, I noticed that in dataset_reader.h
the function read is type bool, you need to add return true; at the end!!!!!
or you change it to void in both cpp and .h file
WangWenda98 commented
Thank you, I have solved it when I start to run the code
------------------ Original ------------------
From: "NozomiWyane";
Date: 2023年6月5日(星期一) 中午12:53
To: "APRIL-ZJU/lidar_IMU_calib";
Cc: "Wenda"; "Author";
Subject: Re: [APRIL-ZJU/lidar_IMU_calib] 编译完成后,按照官方文档启动gui报错 (Issue #58)
me too have you solved it
yes this is an emergancy issue, I noticed that in dataset_reader.h
the function read is type bool, you need to add return true; at the end!!!!!
or you change it to void in both cpp and .h file
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
WangWenda98 commented
When starting to run the code, pay attention to the location of the data, and modify the location of the data and the corresponding parameter file as follows
------------------ Original ------------------
From: "NozomiWyane";
Date: 2023年6月2日(星期五) 上午10:11
To: "APRIL-ZJU/lidar_IMU_calib";
Cc: "Wenda"; "Author";
Subject: Re: [APRIL-ZJU/lidar_IMU_calib] 编译完成后,按照官方文档启动gui报错 (Issue #58)
me too have you solved it
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>