Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
surfii3z authored Jul 15, 2020
1 parent 4ed4418 commit f515077
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
### Install the dependency
* ```$ sudo apt install ros-melodic-codec-image-transport ```
* ```$ sudo apt install ros-melodic-camera-info-manager-py ```
### Build from source
* ```$ cd <CATKIN_WS/SRC>```
* ```$ git clone --recursive https://github.com/surfii3z/tello_driver.git```
* ```$ cd ..```
* ```$ catkin build```
* ```$ source devel/setup.bash```

------------------------------------------------------------------------------------


# tello_driver [![Build Status](http://build.ros.org/job/Ksrc_uX__tello_driver__ubuntu_xenial__source/badge/icon)](http://build.ros.org/job/Ksrc_uX__tello_driver__ubuntu_xenial__source/)

# 1. Overview
Communicating with the Tello drone can be done either using official [Tello SDK](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf) or one of the unofficial libraries. The unofficial libraries originated from the reverse-engineering the raw packages broadcasted by the Tello. This ROS package is build on top of the unofficial [TelloPy](https://github.com/hanyazou/TelloPy) library. The [TelloPy](https://github.com/hanyazou/TelloPy) library is used at this moment since it offers more functionalities than the official [Tello SDK](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf) or any other unofficial library.

Developing of the tello_driver ROS package is inspired by [tello_driver](https://github.com/anqixu/tello_driver), which by now diverged considerately from the original work. Furthermore, development of this ROS package pursues not to modify the TelloPy library, but instead apply any modification or addition to the ros_driver package in an encapsulated manner. This prevents breaking functionalities when updating the TelloPy library.

## Installation

### ROS distribution
Binary release from the ROS repository:
* Kinetic: ``` $ sudo apt install ros-kinetic-tello-driver```

### Build from source
* ```$ cd <CATKIN_WS/SRC>```
* ```$ git clone --recursive https://github.com/appie-17/tello_driver.git```
* ```$ cd ..```
* ```$ catkin_make```
* ```$ source devel/setup.bash```

## Launch

* Turn on Tello drone
Expand Down

0 comments on commit f515077

Please sign in to comment.