GithubHelp home page GithubHelp logo

fanjing1112 / autonomouscontrol Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 25 KB

Autonomous flight control algorithms for quadrotor uavs, simulation and testing in MatLab/Simulink and SITL, px4, flightmare, ROS and Gazebo (Currently in development)

License: GNU General Public License v3.0

C++ 100.00%

autonomouscontrol's Introduction

AutonomousControl

This is my personal repo of control, planning and estimation algorithms for autonomous flight

Control Algorithms

  1. PID Control
  2. LQR_Control
  3. Geometric Control
  4. Adaptive Control
  5. Robust Control
  6. Model Predictive Control

LQR_Control

Compling and runing the algorithm

Dependencies

Eigen

Install

Clone the repository

git clone [email protected]:sandeshthapa/AutonomousControl.git
cd ~/AutonomousControl/State_Dep_LQR_Quad/
g++ -std=c++11 -o test State_Dependent_LQR.cpp 
./test

Simulation

  1. Simulation in ROS/Gazebo
  2. PX4 SITL
  3. MAVROS Controllers

Planning Algorithms

  1. Minimum Snap

Estimation

  1. EKF

Build issues:

fatal error: Eigen/Dense: No such file or directory Add

#include <eigen3/Eigen/Core>

instead of

#include <Eigen/Core>

Or compile with

g++ -I /usr/local/include/eigen3 myfile.cpp -o filetest

Contact

[email protected]

autonomouscontrol's People

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.