rospy.Time(nsecs) bugs ?

asked 2018-07-31 00:03:59 -0500

vrichard gravatar image

updated 2018-07-31 00:17:19 -0500

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

edit retag flag offensive close merge delete

Comments

Works fine on Kinetic.

NEngelhard gravatar image NEngelhard  ( 2018-07-31 02:20:05 -0500 )edit