Sample code illustrating how to develop ROS applications using the Intel® RealSense™ ZR300 camera for Object Library (OR), Person Library (PT), and Simultaneous Localization And Mapping (SLAM).
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
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 https://github.com/IntelRealSense/realsense_samples_ros/blob/9e98473e8bbd2826ff704c40311a8d149afa7a19/realsense_ros_slam/src/slam_nodelet.cpp#L399 to
seems to resolve the issue, yielding:
Line 380 looks like it should also be changed in the same way.