You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
It would be nice if this could get fixed, this was causing calls to Time::now to get out of range of 32 bit for me and was causing the SLAM demo to fail
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
roslaunch realsense_ros_slam demo_slam.launch
androstopic echo /odom
displays messages with the following header format:The time-stamp here is not as expected.
Changing
realsense_samples_ros/realsense_ros_slam/src/slam_nodelet.cpp
Line 399 in 9e98473
to
odom.header.stamp = ros::Time(feTimeStamp / 1000);
seems to resolve the issue, yielding:
Line 380 looks like it should also be changed in the same way.
The text was updated successfully, but these errors were encountered: