Coder Social home page Coder Social logo

drones's Introduction

drones

This repository contains all the code relevant to the drone exercises in the JdeRobot Robotics Academy. The code is organized in five packages and one metapackage. These packages are:

  • jderobot_drones: Metapackage, contains all the drone packages.
  • drone_wrapper: Wrapper of the drone that extends its functionalities.
  • rqt_drone_teleop: RQT GUI to teleoperate drones.
  • rqt_ground_robot_teleop: RQT GUI to teleoperate ground robots.
  • drone_assets: Assets needed in Academy exercises.
  • tello_driver: Driver to control Tello drones with mavros and drone_wrapper. Not included in metapackage.

Usage

ROS Noetic

The packages provided here depend on the PX4 Firmware and SITL. Packages can be installed through:

sudo apt-get install ros-noetic-jderobot-drones

Notice that the previous command is equal to install each package separately:

sudo apt-get install ros-noetic-drone-wrapper ros-noetic-rqt-drone-teleop ros-noetic-rqt-ground-robot-teleop

If you just need one of the packages instead of all, you can install it separately.

ROS Melodic

The melodic development has reached its End Of Life (EOL) but can still be installed using the command:

sudo apt-get install ros-melodic-jderobot-drones

Notice that the previous command is equal to install each package separately:

sudo apt-get install ros-melodic-drone-wrapper ros-melodic-rqt-drone-teleop ros-melodic-rqt-ground-robot-teleop

If you just need one of the packages instead of all, you can install it separately.

ROS Kinetic

The kinetic development has reached its End Of Life (EOL) but can still be installed using the command:

sudo apt-get install ros-kinetic-drone-wrapper ros-kinetic-rqt-drone-teleop

ROS Distro Support

Noetic Melodic Kinetic
Branch noetic-devel melodic-devel kinetic-devel
Status supported EOL EOL
Version 1.4.21 1.3.10 1.0.1

1 Noetic versions: 1.4.X

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.