Giter Club home page Giter Club logo

landing_module's Introduction

UAV Challenge Landing Module (WIP)

This module contains the landing target searching and recognition module for the UAV Challenge (2017).

Prerequisities

  • Ubuntu 16.04
  • ROS Kinetic
  • PX4 Firmware
  • OpenCV 3
  • MAVROS

Installation Instructions

  1. Install Ubuntu, ROS Kinetic, and catkin tools, see here for instructions for Windows and Mac. If Ubuntu is already installed, refer only to the portion for installing ROS and catkin tools.

  2. Install mavros if it isn't installed yet

sudo apt update
sudo apt install ros-kinetic-mavros-extras
  1. Setup the catkin workspace and download the necessary packages
mkdir -p ~/sandbox/uav_challenge/src
cd ~/sandbox/uav_challenge
catkin init
cd src
git clone https://github.com/PX4/Firmware.git --recursive
git clone https://github.com/eric1221bday/sitl_gazebo.git --recursive
git clone https://github.com/eric1221bday/landing_module.git
  1. Build the modules
cd ~/sandbox/uav_challenge
catkin build

Usage Instructions (Gazebo Simulation)

source ~/sandbox/uav_challenge/devel/setup.bash
roslaunch landing_module sitl_gazebo.launch

Notes

  • In sitl_gazebo.launch, there are options to switch the aircraft used to a VTOL instead of the hexacopter by switching the commented out rcS and vehicle arguments. The VTOL gimbal is currently nonfunctional.

  • In order to change the location of the target within the simulation, edit the world file in ~/sandbox/uav_challenge/src/sitl_gazebo/worlds/uav_challenge.world. The position of the target can be specified in the <pose>-50 -30 0.01 0 0 0</pose> clause above <uri>model://landing_target</uri>. Units in meters and degres and ordering is (x y z roll pitch yaw)

Relevant Parameters

  • h_fov: horizontal FOV of the camera used in degrees, default is 90

  • search_altitude: altitude maintained by aircraft during search in meters, default is 50

  • search_position_x, search_position_y: coordinate of the center of the search pattern in meters, default is (0,0)

landing_module's People

Contributors

oceanusxiv avatar

Stargazers

 avatar yaduba avatar  avatar Nick Zhang avatar

Watchers

Nick Zhang avatar  avatar

landing_module's Issues

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.