mit-acl / aclswarm

MIT ACL distributed formation flying using multirotors
https://arxiv.org/abs/2003.01851
MIT License
67 stars 16 forks source link

c++ admm implementation #2

Closed plusk01 closed 4 years ago

plusk01 commented 4 years ago

This implementation seems to be much more efficient than the codegen version. With n=9, codegen-c++ took 24 ms while custom-c++ took 6 ms. With n=20, codegen-c++ took 300 ms while custom-c++ took 37 ms. Tested in simulation on desktop i7.