rospy.Time(nsecs) bugs ?
Hi,
I'm using ROS indigo on Ubuntu 14.04
I have realized that rospy.Time() hangs when called with nsecs argument:
>>> rospy.Time(secs=1507324334622140084)
rospy.Time[1507324334622140084000000000]
>>> rospy.Time(nsecs=1507324334622140084000000000)
... (hangs)
Is this a bug on Indigo ?
Regards
Works fine on Kinetic.