Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file
CONTRIBUTING
Repository Summary
| Checkout URI | https://github.com/appie-17/tello_driver.git | 
| VCS Type | git | 
| VCS Version | development | 
| Last Updated | 2019-10-24 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Packages
| Name | Version | 
|---|---|
| tello_driver | 0.3.1 | 
README
tello_driver 
1. Overview
Communicating with the Tello drone can be done either using official Tello SDK 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 library. The TelloPy library is used at this moment since it offers more functionalities than the official Tello SDK or any other unofficial library.
Developing of the tello_driver ROS package is inspired by 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
 - Connect to drone’s WiFi access point (
    
 $ roslaunch tello_driver tello_node.launch$ roslaunch tello_driver joy_teleop.launch
2. Nodes
2.1 tello_driver_node
Main node running as interface for the TelloPy library
Subscribed topics
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/manual_takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Published topics
- 
/tello/camera/camera_infosensor_msgs/CameraInfo - 
/tello/image_rawsensor_msgs/Image - 
/tello/imag/raw/h264h264_image_transport/H264Packet - 
/tello/odomnav_msgs/Odometry - 
/tello/imusensor_msgs/Imu - 
/tello/statustello_driver/TelloStatus 
Services
TODO
Parameters
2.2 gamepad_teleop_node
Converting gamepad input controls from
``` to commands for 
```tello_driver_node
Subscribed topics
- 
/joysensor_msgs/Joy - 
/tello/agent_cmd_vel_ingeometry_msgs/Twist 
Published topic
- 
/tello/cmd_velgeometry_msgs/Twist - 
/tello/emergencystd_msgs/Empty - 
/tello/fast_modestd_msgs/Empty - 
/tello/flattrimstd_msgs/Empty - 
/tello/flipstd_msgs/Uint8 - 
/tello/landstd_msgs/Empty - 
/tello/palm_landstd_msgs/Empty - 
/tello/takeoffstd_msgs/Empty - 
/tello/throw_takeoffstd_msgs/Empty 
Services
None
Parameters
2.3 joy_node
Receive input from gamepad controller and publish into
sensor_msgs/Joy
 message
Subscribed topics
None
Published topics
- 
/joysensor_msgs/Joy 
File truncated at 100 lines see the full file