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

O.K found the problem It WORKS instead of

ns.new_time_nsec=req.header.stamp.nsecs
ns.new_time_sec=req.header.stamp.secs

should be

  ns.new_time_nsec=req.imu.header.stamp.nsecs
  ns.new_time_sec=req.imu.header.stamp.secs