diff --git a/wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc b/wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc index 8199f14..8ef3fcb 100644 --- a/wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc +++ b/wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc @@ -112,7 +112,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet { return now == pre; } - inline bool is_annormal(std::uint32_t now, + inline bool is_abnormal(std::uint32_t now, std::uint32_t pre) { static std::uint64_t unit = std::numeric_limits::max();