ARC-OPT / wbc

C++ library for optimization-based control of redundant robots
https://arc-opt.github.io/Documentation/
BSD 3-Clause "New" or "Revised" License
35 stars 13 forks source link

Implement plugin system #9

Closed dmronga closed 2 years ago

dmronga commented 2 years ago

Con:

dmronga commented 2 years ago

This will also solve #5

dmronga commented 2 years ago

Robot models are implemented as plugins now. Making the solver a plugin is more complicated. Most solvers have many specific options, which cannot be exposed as Rock properties, when we go for a plugin system