APRIL-ZJU/lidar_IMU_calib

编译完成后,按照官方文档启动gui报错

WangWenda98 opened this issue · 4 comments

[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

me too have you solved it

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