Fix time stamp bug
This commit is contained in:
parent
2a56616195
commit
77e4411a4c
|
@ -82,7 +82,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
|
||||||
}
|
}
|
||||||
|
|
||||||
return ros::Time(
|
return ros::Time(
|
||||||
soft_time_begin + (_hard_time - hard_time_begin) * 0.00001f);
|
soft_time_begin + (_hard_time - hard_time_begin) * 0.000001f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onInit() override {
|
void onInit() override {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user