-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Running roslaunch realsense_ros_slam demo_slam.launch and rostopic echo /odom displays messages with the following header format:
---
header:
seq: 813
stamp:
secs: 186413771
nsecs: 0
frame_id: odom
The time-stamp here is not as expected.
odom.header.stamp = ros::Time(feTimeStamp / 1000);seems to resolve the issue, yielding:
---
header:
seq: 102
stamp:
secs: 1503427819
nsecs: 480166912
frame_id: odom
Line 380 looks like it should also be changed in the same way.
Metadata
Metadata
Assignees
Labels
No labels