Neoy NING
Results
2
comments of
Neoy NING
> Hard disagree: > > * NaN are _not_ UB, from my understanding it is implementation-defined (but everyone use IEEE754). > > * abort() gets in the way of debuggers,...
The "numerical unstable in preintegration" happens when computing the Jacobian of IMU preintegration. `if (jacobian_pose_i.maxCoeff() > 1e8 || jacobian_pose_i.minCoeff() < -1e8) { ROS_WARN("numerical unstable in preintegration"); } `