multiagent_planning icon indicating copy to clipboard operation
multiagent_planning copied to clipboard

question about the sequential convex programming implementation

Open Jushan-Randy-Chen opened this issue 3 years ago • 1 comments

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 to compare against the DMPC algorithm. If I understand correctly, the SCP algorithms are currently run in a fixed-length horizon

Jushan-Randy-Chen avatar Dec 08 '22 17:12 Jushan-Randy-Chen

Hi,

Sorry for the late reply.

From the top of my head I don't know how to make cup-SCP and dec-SCP receding-horizon. Wouldn't that just end up being something akin DMPC? Since this is used for offline trajectory generation only, the receding horizon part in DMPC is just a more efficient way to do computations, rather than being a method for online adaptation of the trajectory.

As for fair comparisons, I still believe comparing these three methods is fair: your are solving the same problem and you want to compare different optimization strategies to solve it. If you have any new algorithm in mind to solve the point-to-point problem, then that would also be fair to compare against.

Hope this helps!

carlosluis avatar Dec 21 '22 11:12 carlosluis