Giter VIP home page Giter VIP logo

autotrans_gangda_hkust's Introduction

AutoTrans: A Complete Planning and Control Framework for Autonomous UAV Payload Transportation

AutoTrans

Video: YouTube | Bilibili

Introduction

AutoTrans presents a real-time and robust planning and control framework for quadrotor with payload. It can generate the dynamic feasible trajectory considering the time-varying shape and deal with the disturbance while executing trajectory.

System

This repo includes a real-time motion planning, a disturbance-aware NMPC and a simple simulation for a quadrotor with a suspended payload.

Authors: Haojia Li, Haokun Wang, Chen Feng, Fei Gao*, Boyu Zhou*, and Shaojie Shen.

Institutions: HKUST Aerial Robotics Group, SYSU STAR Group, and ZJU FAST Lab.

Paper: AutoTrans: A Complete Planning and Control Framework for Autonomous UAV Payload Transportation, IEEE Robotics and Automation Letters (RA-L), 2023. IEEE Spectrum

@article{li2023autotrans,
  title={AutoTrans: A Complete Planning and Control Framework for Autonomous UAV Payload Transportation}, 
  author={Li, Haojia and Wang, Haokun and Feng, Chen and Gao, Fei and Zhou, Boyu and Shen, Shaojie},
  journal={IEEE Robotics and Automation Letters}, 
  year={2023},
  volume={8},
  number={10},
  pages={6859-6866},
  doi={10.1109/LRA.2023.3313010}}

If you find this work useful or interesting, please kindly give us a star โญ, thanks!๐Ÿ˜€

Setup

Compiling tests passed on Ubuntu 20.04/18.04 with ROS installed.

Prerequisites

  • ROS (tested with Noetic)
sudo apt install ros-"${ROS_DISTRO}"-mavros-msgs

Compiling and Running

# Compile the code
mkdir -p autotrans_ws/src
cd autotrans_ws/src
git clone https://github.com/HKUST-Aerial-Robotics/AutoTrans
cd ..
catkin_make -DCMAKE_BUILD_TYPE=Release

# Run the simulation with planner and controller
source devel/setup.bash
roslaunch payload_planner simple_run.launch

You should see the simulation in rviz. You can use the 2D Nav Goal to set the goal position. The red arrow on the quadrotor represents the estimated disturbance force (like rotor drag).

Simulation

Tip: Boost Your Computer

This can make the MPC solve faster in each iteration.

sudo apt install cpufrequtils
sudo cpufreq-set -g performance

Acknowledgements

We use MINCO as our trajectory representation.

We borrow the framework from Fast-Planner and Ego-Planner-v2

Thanks to rpg_mpc for a good reference.

Maintaince

For any technical issues, please contact Haojia Li([email protected]).

autotrans_gangda_hkust's People

Contributors

li-haojia 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.