jchengai / multiagent_planning

Implementation of several multiagent trajectory generation algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiagent_planning

This github repo features the implementation of 3 optimization techniques for multiagent trajectory generation.

cup_SCP

A centralized approach based on sequential convex programming.

Paper: Generation of collision-free trajectories for a quadrocopter fleet: A sequential convex programming approach

dec_iSCP

A decoupled approach based on incremental sequential convex programming.

Paper: Decoupled Multiagent Path Planning via Incremental Sequential Convex Programming

dmpc

A distributed approach based on distributed model predictive control.

Paper: Trajectory Generation for Multiagent Point-To-Point Transitions via Distributed Model Predictive Control

About

Implementation of several multiagent trajectory generation algorithms

License:GNU General Public License v3.0


Languages

Language:MATLAB 68.6%Language:C++ 14.8%Language:Makefile 6.7%Language:Fortran 4.6%Language:CMake 3.2%Language:C 2.0%Language:Java 0.1%