ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Issue filed here: https://code.ros.org/trac/ros/ticket/4022

The following change fixes it and lets it build.

+#if BOOST_VERSION >= 105000
+              boost::xtime_get(&xt, boost::TIME_UTC_);
+#else
              boost::xtime_get(&xt, boost::TIME_UTC);
+#endif