Skip to content
Snippets Groups Projects
Commit d2c5be88 authored by Jiaao Liu's avatar Jiaao Liu
Browse files

kalman filter dump 8 sec

parent 98c22a48
Branches
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ void ImageAnswer(const asclinic_pkg::position& msg) {
ros::Time current_time = ros::Time::now();
// Check if elapsed time is less than 0.5 seconds
if ((current_time - last_time).toSec() < 2) {
if ((current_time - last_time).toSec() < 8) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment