display.py 文件源码

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

项目:EWB-Drones-Navigation 作者: Rip-Lyster 项目源码 文件源码
def showInfo(self):
        messagebox.showinfo('EWB Drone Nav Algo GUI',"""
            Welcome to the EWB Drone Navigation Algorithm GUI!

            First, click to set the boundary vertices of your region,
            without clicking on the first vertex again at the end. Then, 
            click 'Draw Path', which will prompt you to enter the stride 
            length in pixels. Enter the desired length (be reasonable!) 
            and hit OK.

            Alternatively, provide a stride length in the command prompt 
            by running `python display.py [stride]` where [stride] is 
            the desired length.

            The algorithm should display the planned path through the 
            region. Hit 'Reset' to reset the screen.
        """)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号