multiagent_planning icon indicating copy to clipboard operation
multiagent_planning copied to clipboard

Implementation of several multiagent trajectory generation algorithms

Results 5 multiagent_planning issues
Sort by recently updated
recently updated
newest added

Hi, The code is very helpful, and I'm just curious if it will be a more fair comparison if we run the CUP-SCP and dec-SCP both in a receding-horizon fashion...

Hello! I'm trying to understand your theory in paper named "Trajectory Generation for Multiagent Point-To-Point Transitions via Distributed Model Predictive Control". But it is difficult to understand how to transform...

Hello! I am trying to run your code in file ‘’dmpc‘’. Firstly, I run the "dmpc.m", here comes the error : The number of input parameters is not enough. Error...

Hi, Thanks a lot for releasing this! I've a quick question: I'm trying to run the file `dmpc_soft_bound2.m`, but I get this error: ``` Index in position 2 exceeds array...

Hey, Thank you so much for your work. I really appreciate it. However, you make use of the function **vec2mat**, which requires the *Communications System Toolbox*. Since not all people...