parking.py 文件源码

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

项目:AutonomousParking 作者: jovanduy 项目源码 文件源码
def run(self):
        """ This function is the main run loop."""
        rospy.on_shutdown(self.stop)
        while not rospy.is_shutdown():
            if self.twist:
                self.publisher.publish(self.twist)
            self.r.sleep()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号