server.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:needybot-speech 作者: needybot 项目源码 文件源码
def handle_kill_msg(self, msg):
        """
        ROS subscription handler the topic ``/needybot/speech/kill`` which
        takes a ``std_msgs.Empty`` message type. Kills the internal sox
        subprocess (stops playback).

        :param: msg -- std_msgs.Empty message type
        """
        if self.process:
            self.process.kill()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号