def main(args):
rospy.init_node('enhanced_rostopic_statistic')
if not args.window:
args.window = 10
ts = TopicStatistic(rospy.Duration(args.window), dst_topic=args.TOPIC, ref_topic=args.ref)
rospy.Timer(rospy.Duration(1.0), lambda x: ts.process())
rospy.spin()
enhanced-rostopic-statistic.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录