jsk-ros-pkg/jsk_roseus

ros::Duration, rospy.Duration for euslisp?

wkentaro opened this issue · 2 comments

Are there function in euslisp that corresponds with ros::Duration or rospy.Duration?
I tried to use jsk_topic_tools/PassthroughDuration srv file, but could not find the way to set duration with euslisp.

% rossrv show jsk_topic_tools/PassthroughDuration
duration duration
---

The duration seems a special mssage field type: http://wiki.ros.org/msg

It worked. Thank you ✨