You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran DLIO on some sample data and I noticed kf.second->points.size() == kf.second->width * kf.second->height is always true. So is there any need for a branching?
The text was updated successfully, but these errors were encountered:
What is the point of the branching here:
direct_lidar_inertial_odometry/src/dlio/odom.cc
Lines 474 to 489 in bed8ae3
I ran DLIO on some sample data and I noticed
kf.second->points.size() == kf.second->width * kf.second->height
is always true. So is there any need for a branching?The text was updated successfully, but these errors were encountered: