resibots / inria_wbc

Generic whole-body controller based on quadratic programming
14 stars 0 forks source link

add actuation bounds creation from tasks.yaml file #89

Closed paulinejmaurice closed 2 years ago

paulinejmaurice commented 2 years ago

Added code in inria_wbc/controller/task.cpp to create actuation bounds from task.yaml file. NB: does not handle "double" acceleration limits definition between actuation_bounds and posvelacc_bounds, so if using both kinds of bounds, there is two definitions for the acceleration limits. But this is handled in the QP, and examples do work.