ros-planning / robot_pose_ekf

robot_pose_ekf package for ROS Melodic and later
278 stars 91 forks source link

filter update time #20

Open rusty015 opened 1 year ago

rusty015 commented 1 year ago

src/odom_estimation_node.cpp line 420 Shouldn't it be max(...) instead of min(...) to make sure all measurements are available?