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
Please correct me if I am wrong. This time stamp is used to acquire the corresponding odometry and IMU messages from the buffer. In other words, is this the time stamp that is used in the health monitor and the subsequent lidar-odometry and mapping?
The text was updated successfully, but these errors were encountered:
Hi,
The launch file provides us with the parameter : b_pub_odom_on_timer.
I was a bit lost on its importance.
Added to this, in lines 430-436 of locus.cc we are defining the variable "stamp"
if (b_adaptive_input_voxelization_) {
ApplyAdaptiveInputVoxelization(msg);
}
CheckMsgDropRate(msg);
ros::Time stamp = pcl_conversions::fromPCL(msg->header.stamp);
Please correct me if I am wrong. This time stamp is used to acquire the corresponding odometry and IMU messages from the buffer. In other words, is this the time stamp that is used in the health monitor and the subsequent lidar-odometry and mapping?
The text was updated successfully, but these errors were encountered: