def sync(self, rospy_timer_event):
"""Handles calls from rospy.Timer to sync the local objects and images
to the interop server.
Args:
rospy_timer_event (rospy.TimerEvent): Unused formal parameter
necessary for making this function work as a callback for
rospy.Timer.
"""
self.objects_dir.sync()
评论列表
文章目录