Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The importance of the parameter b_pub_odom_on_timer #63

Open
dummyjohn77 opened this issue Jul 25, 2023 · 0 comments
Open

The importance of the parameter b_pub_odom_on_timer #63

dummyjohn77 opened this issue Jul 25, 2023 · 0 comments

Comments

@dummyjohn77
Copy link

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?


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant