stack-of-tasks / eigenpy

Efficient bindings between Numpy and Eigen using Boost.Python
BSD 2-Clause "Simplified" License
179 stars 39 forks source link

Add bp::dist to std::map converter + unittest #499

Closed edantec closed 3 months ago

edantec commented 3 months ago

There is no map converter in eigenpy yet, so I copied the snippet of code for bp::dict to std::map conversion from Crocoddyl and added it to this PR.

ManifoldFR commented 3 months ago

Thanks for this great addition @edantec