robot_monitor.py 文件源码

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

项目:rqt_robot_monitor 作者: ros-visualization 项目源码 文件源码
def shutdown(self):
        """
        This needs to be called whenever this class terminates.
        This closes all the instances on all trees.
        Also unregisters ROS' subscriber, stops timer.
        """
        rospy.logdebug('RobotMonitorWidget in shutdown')

        names = self._inspectors.keys()
        for name in names:
            self._inspectors[name].close()

        if self._timeline:
            self._timeline.shutdown()

        self._timer.stop()
        del self._timer
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号