Skip to content

kei1107/tello_driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tello_driver

ROS driver wrapper for DJI/Ryze Tello drone

Installation

  • $ cd <CATKIN_WS/SRC>
  • $ git clone https://github.com/kei1107/tello_driver
  • $ cd tello_driver/src/TelloPy
  • $ sudo -H pip2 install -e .
  • $ cd ../../
  • $ chmod a+x cfg/Tello.cfg
  • $ cd ../../
  • $ catkin build tello_driver

Launch

  • turn on drone and wait for its front lights to blink amber
  • connect WiFi to drone's access point (e.g. TELLO_######)
  • $ roslaunch tello_driver launch/tello_node.launch

Node:

src/tello_driver_node.py

Subscribe Topics:

Publish Topics:

Parameters:

  • ~tello_ip
  • ~tello_port
  • ~client_port
  • ~vid_port
  • ~conn_port
  • ~connect_timeout_sec
  • ~tello_name

About

ROS driver for DJI/Ryze Tello drones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 1.1%
  • Other 1.1%