epfl-lasa / control-libraries

A collection of library modules to facilitate the creation of full control loop algorithms, including state representation, motion planning, kinematics, dynamics and control.
https://epfl-lasa.github.io/control-libraries
GNU General Public License v3.0
27 stars 2 forks source link

Fix python bindings import issues #279

Closed domire8 closed 2 years ago

domire8 commented 2 years ago

So thanks to @AlbericLaj we found out that we didn't correctly import the ParameterMap in the controllers and dynamical systems bindings. This should be the fix for it.

If you could try and install everything locally and then in a python shell, import controllers to check if it works, that would be great. Alberic and me already did that, and we might have to do more tests locally anyway because our users may not work with Docker all the time