Giter VIP home page Giter VIP logo

roscopter's Introduction

ROScopter

This repository contains the ROS packages associated with flying a multirotor on the ROSflight autopilot stack. The roscopter ROS package contains a high-level multirotor autopilot while the roscopter_sim package is used for simulation.

Running Simulation

Simplified Dynamics Model

Clone this repo, the ROSflight_plugins repo, and the ROSflight repo into catkin_ws/src, you can run the Gazebo simulator with

$ catkin_make
$ source devel/setup.bash
$ roslaunch roscopter_sim multirotor.launch

This simulation does not simulate the firmware and does not require a joystick. It has the same API as the SIL stack, and can be useful for developing high-level algorithms, however it makes some simplifying assumptions in the dynamics which reduces the fidelity of the simulation.

Software In The Loop

To run the rosflight SIL simulation information with the full roscopter stack, clone the ROSflight repo, connect a joystick or transmitter and run

$ catkin_make
$ source devel/setup.bash
$ roslaunch roscopter copter_sil.launch

Core Autopilot Components

EKF

The EKF estimates the position of the multirotor given GPS (or MoCap if indoors) and IMU measurements.

Controller

A PID controller is used.

Waypoint Manager

Velocity manager and commander.

TODO:

  1. Improve GPS estimation performance using Ublox GPS
  2. Support additional altitude sensor support (laser/sonar)
  3. Heading calibration routine (magnetometer)
  4. Include wind estimation

roscopter's People

Contributors

billtheplatypus avatar davidcgithub avatar drinkdhmo avatar el3ment avatar engband avatar goromal avatar haydenm2 avatar jerelbn avatar len0rd avatar malioni avatar matthewk-rydalch avatar memphis242 avatar mmmfarrell avatar nonrevlb avatar plusk01 avatar pmarke avatar sethmnielsen avatar superjax avatar wynn4 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.