multiagent_planning
multiagent_planning copied to clipboard
Implementation of several multiagent trajectory generation algorithms
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.
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.