style(ros):fix spell mistake
This commit is contained in:
parent
87c3c81a93
commit
e34e6e1466
|
@ -112,7 +112,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
|
||||||
return now == pre;
|
return now == pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool is_annormal(std::uint32_t now,
|
inline bool is_abnormal(std::uint32_t now,
|
||||||
std::uint32_t pre) {
|
std::uint32_t pre) {
|
||||||
static std::uint64_t unit =
|
static std::uint64_t unit =
|
||||||
std::numeric_limits<std::uint32_t>::max();
|
std::numeric_limits<std::uint32_t>::max();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user