Hi,thanks for your open source code!
I found out that this version code has some little problems,I can fix some of them,but I can not fix this one.Here is the issue
*** stack smashing detected **: terminated
[clins_offline_node-2] process has died [pid 16244, exit code -6, cmd /home/wlt027/projects/clins_wlt/devel/lib/clins/clins_offline_node __name:=clins_offline_node __log:=/home/zhihui/.ros/log/fbbc3b14-7de1-11ec-bff4-b92add9b16f4/clins_offline_node-2.log].
log file: /home/zhihui/.ros/log/fbbc3b14-7de1-11ec-bff4-b92add9b16f4/clins_offline_node-2.log
My environment is Ubuntu20.04,ros noetic,and ceres-solver version is 1.14.0.
This bug comes at first,and I initially locate the problem at there,line 239 in odometry_helper.hpp
// step5: Update trajectory
lidar_odom_->UpdateOdometry();
After step5,this bug comes out
Any suggest about this?
Hi,thanks for your open source code!
I found out that this version code has some little problems,I can fix some of them,but I can not fix this one.Here is the issue
*** stack smashing detected **: terminated
[clins_offline_node-2] process has died [pid 16244, exit code -6, cmd /home/wlt027/projects/clins_wlt/devel/lib/clins/clins_offline_node __name:=clins_offline_node __log:=/home/zhihui/.ros/log/fbbc3b14-7de1-11ec-bff4-b92add9b16f4/clins_offline_node-2.log].
log file: /home/zhihui/.ros/log/fbbc3b14-7de1-11ec-bff4-b92add9b16f4/clins_offline_node-2.log
My environment is Ubuntu20.04,ros noetic,and ceres-solver version is 1.14.0.
This bug comes at first,and I initially locate the problem at there,line 239 in odometry_helper.hpp
// step5: Update trajectory
lidar_odom_->UpdateOdometry();
After step5,this bug comes out
Any suggest about this?