Fylo Edu package
Project description
pyfylo
Fylo python编程依赖包。
A Python pack used by Fylo.
安装 / Installing
在终端执行如下指令以安装pyfylo。
Input the following code in powershell(cmd.exe) to install pyfylo.
pip install pyfylo
激活 / Activating
pyfylo使用前需要使用激活工具进行激活。请联系作者,获得对应的激活工具与相关文档。
pyfylo needs to be activated before it can be used. Contact with the author to get the activator and documents.
查看版本 / Checking version
-
在控制终端执行pip list 进行查看
Input "pip list" in powershell(cmd.exe) to get pyfylo's verison -
在程序中执行
Using the following code.
import pyfylo
ver = pyfylo.get_version()
print(ver)
使用 / Usage
使用以下代码获取一个UserApi实例后,可以通过UserApi所提供的接口对fylo无人机进行控制。接口说明请查看doc/html/中文/index.html文件。
Use the following codes to create a userApi instance. Its interfaces can be used to control fylo plane. Go to doc/html/English/index.html to see the interface specification.
import pyfylo
api = pyfylo.UserApi()
更新内容 / Update
v 1.2.0
- 更新了仿真软件
Update simulator software
v 1.1.1
-
支持新的基站定位模式
Station support new location mode -
对串口冲突进行处理
Handle serial port conflict -
更新了文档说明
Update some documents -
修复了一些bug
Fix other bugs
v 1.1.0
-
支持使用pip管理包
Pip can be used to manage the lib packages -
增加日志管理功能
Add log management -
增加了飞机固件版本检测功能
Add plane version check -
增加FyloTools程序,以激活pyfylo和获取文档更新
Add FyloTools to activate pyfylo and download pyfylo's documents -
仿真软件支持英文
Add English version of simulator software -
增加了中英说明文档
Add Chinese/English documents -
限制实时控制等函数在舞步飞行过程中的调用
Restrict the use of real-time functions during dance show -
修复仿真软件在中文路径和有空格的路径下无法正常打开舞步的问题
Fix the bug that simulator software cannot be opened when its path includes Chinese strings or blankspace -
修复当电脑串口号大于10无法连接基站的问题
Fix the bug that the computer's serial port can not connect to station, when its number is bigger than 10. -
修复了一些其他问题
Fix other bugs
v 1.0.0
- 初始版本
Initial version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Hashes for pyfylo-2.2.4-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0ea952b94dcce181a6709462bbade4a470cad2ea5d66b5adeb5a2eb69ccd83f |
|
MD5 | 244b02efcec5fc3a2121bff503244380 |
|
BLAKE2-256 | 6e2a41b37b53d497f6b0cb1970cccd7e89272cf46a22e2670ac3c78e75ca2b51 |