Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4cd007f

Browse files
v1.0.1Edit the readme
1 parent 7cdc298 commit 4cd007f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Tello-Python
22

3-
##Introduction
3+
##Introduction
44

55
This is a collection of python modules that interact with the Ryze Tello drone.
66

7-
##Project Description
7+
##Project Description
88

99
This toolkit contains three sample programs based on tello sdk and python2.7,including Single_Tello_Test, Tello_Video, and Tello_Video (With_Pose_Recognition). There is also a program file named tello_state.py.
1010

1111
- **Single_Tello_Test**
1212

13-
In Single_Tello_Test,You can design a series of command combinations by writing a txt script to let tello execute a series of actions you have designed. This program can also be used as a command set test tool for tello.
13+
In Single_Tello_Test,You can design a series of command combinations by writing a txt script to let tello execute a series of actions you have designed. This program can also be used as a command set test tool for tello.
1414

1515
- **Tello_Video**
1616

17-
In Tello_Video,You can receive the video stream data from tello, decode the video through the h264 decoding library, and display it on a GUI interface based on Tkinter and PIL. In addition, it also supports a control panel that can operate tello. This sample code provides an example of receiving and processing and getting the correct video data. The source code of the h264 decoding library is also provided in the package, which can be used for your reference.
17+
In Tello_Video,You can receive the video stream data from tello, decode the video through the h264 decoding library, and display it on a GUI interface based on Tkinter and PIL. In addition, it also supports a control panel that can operate tello. This sample code provides an example of receiving and processing and getting the correct video data. The source code of the h264 decoding library is also provided in the package, which can be used for your reference.
1818

1919
- **Tello_Video(With_Pose_Recognition)**
2020

21-
Tello_Video(With_Pose_Recognition) is an application version modified from Tello_Video.It uses the decoded video data,and everytime extract a single frame image for pose recognition operation , and binds the specific posture and aircraft control commands to realize the pose control of Tello.This code is mainly used as an application case for utilizing the decoded video data of tello for image processing.
21+
Tello_Video(With_Pose_Recognition) is an application version modified from Tello_Video.It uses the decoded video data,and everytime extract a single frame image for pose recognition operation , and binds the specific posture and aircraft control commands to realize the pose control of Tello.This code is mainly used as an application case for utilizing the decoded video data of tello for image processing.
2222

2323
- **Tello_state.py**
2424

25-
Tello_state.py can read the various status data of tello, and can be used as a tool to debug and view the status of tello.
25+
Tello_state.py can read the various status data of tello, and can be used as a tool to debug and view the status of tello.
2626

2727
## Environmental configuration
2828

@@ -31,6 +31,6 @@ The sample codes above are based on python2.7.There is no need to install additi
3131
Specific to the content and description of each package, you can refer to the readme file in the related folder.
3232

3333

34-
##Contact Information
34+
##Contact Information
3535

3636
If you have any questions about this sample code and the installation, please feel free to contact me. You can communicate with me by sending e-mail to sdk@ryzerobotics.com.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /