stack-of-tasks/tsid

avoid use of StdVec in the python API

Closed this issue · 2 comments

Hi,

According to loco-3d/crocoddyl#795 (comment), we can avoid teh use of StdVec in the python API. This would be much cleaner for the end user.

It is used eg. in

"vector = pin.StdVec_StdString()\n",

Good point. Just fixed with commit 7d240c3

Thanks !