def run(self):
# subprocess.call(["espeak","I am following"])
rospy.Subscriber("speech_sub", Int32, self.follow_speech_cb)
rospy.Subscriber('people_position_estimation',PositionMeasurement,self.people_msg_cb)
评论列表
文章目录