Giter VIP home page Giter VIP logo

autonomousdrones's Introduction

intro2ros-autonomous-drones

Description

The main goal of this project is finding an efficient solution to create a 2D map of an unknown environment.

Two drones compute their targets and required trajectories autonomously and merge the depth information of their respective cameras into a global 3D occupancy grid and 2D map.

IMPORTANT NOTICE: The unity simulation and some files, as denoted by the documentation, were kindly provided by Prof. Dr. Markus Ryll.

Team members

  • Daniel Brunner
  • Ezgi Köse
  • Aniruddha Mallick
  • Felix Waiblinger
  • Emil Zahlbaum

Time line

gantt chart

Installation / Usage

Note: This project has been setup and tested under Ubuntu 20.04 LTS, ROS noetic and Python3 being installed on our system.

  1. Download / clone this repository

    git clone https://gitlab.lrz.de/ge73kib/intro2ros-autonomous-drones.git
    
  2. Install required ROS packages

    sudo apt-get install ros-noetic-octomap ros-noetic-octomap-mapping ros-noetic-move-base
    
  3. Build the project workspace

    cd intro2ros-autonomous-drones/code
    catkin build
    source devel/setup.bash
    
  4. Download pre-built simulation files from https://syncandshare.lrz.de/getlink/fiEg9ocZ6Pc5iuEa4QqN1b/ (link provided by Markus Ryll)

  5. Move the files into devel/lib/simulation and make the simulation executable

    chmod +x devel/lib/simulation/Two_Drones.x86_64
    
  6. Run the simulation

    roslaunch simulation simulation.launch
    

For more information on the required packages, feel free to visit depth_image_proc, octomap, octomap_mapping, move_base and explore_lite.

Documentation

Detailed documentation can be found here.

Troubleshooting

If you encounter any problems during installation, building or launching the project, please make sure...

  • to have the correct packages installed
  • catkin tools might require additional packages like python3-catkin-tools
  • the workspace is correctly extended (catkin config --extend /opt/ros/noetic)
  • ros dependencies are updated (rosdep init && rosdep update)
  • to have sourced the correct setup file (source intro2ros-autonomous-drones/code/devel/setup.bash)
  • to consider to restart the simulation if one or both drones get stuck before the map is fully explored
  • to have the goddess of fortune on your side, guiding the cmake build system on its twisted path...

autonomousdrones's People

Contributors

felixwaiblinger 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.