Code Monkey home page Code Monkey logo

tello_ros_drone's Introduction

tello_ros_drone

This repo is built on top of tello_ros
For the installation of tello_ros, check the original repo.

Packages

There are 4 ROS packages:

  • tello_driver is a C++ ROS node that connects to the drone
  • tello_msgs is a set of ROS messages
  • tello_description contains robot description (URDF) files
  • tello_gazebo can be used to simulate a Tello drone in Gazebo,
  • tello_action can be used to control a Tello drone based on distance. Contribution of this Repo
  • tello_interfaces support messages based on distance. Contribution of this Repo

My Contiribution

tello_ros is devloped with tello SDK 1.3
Therefore, distance based control is not possible.
I have developed distance based service call.

Manual cmd

ros2 service call /tello_action tello_msgs/TelloAction "{cmd: 'takeoff'}"
ros2 service call /drone1/move_cmd tello_interfaces/srv/HexaCmd "{dir: x, dist: 5}"
ros2 service call /tello_action tello_msgs/TelloAction "{cmd: 'land'}"
dir should be among x, y, z, xy. (xy means z axis rotation), the unit of dist is m or radian.

Replicate the hexafarms' simulation (video below)

source {tello_ros_ws}/install/setup.bash ros2 launch tello_gazebo simple_launch.py ./demo/hexa_drone_rc.bash

Drone Simulation

tello_ros_drone's People

Contributors

clydemcqueen avatar ptrmu avatar ccomkhj avatar wesleygas avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.