-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map enhancements: add visitor arg to ::expose() with overloads, rename overload_base_get_item_for_std_map
#507
Map enhancements: add visitor arg to ::expose() with overloads, rename overload_base_get_item_for_std_map
#507
Conversation
@edantec can you please compile this branch to see if it resolves Simple-Robotics/aligator/issues/209 when you use the |
overload_base_get_item_for_std_map
This commit requires stack-of-tasks/eigenpy#507 to be merged.
This commit requires stack-of-tasks/eigenpy#507 to be merged. Resolves #209
Done, everything is working well |
note: it ended up not working for |
….hpp, add visitor arg to ::expose() with overloads
…or_map + move out of details namespace + keep details::overload_base_get_item_for_std_map symbol as a typedef, marked deprecated
b8fe774
to
e03f6b2
Compare
Also:
eigenpy/map.hpp
EmptyPythonVisitor
to its own header fileeigenpy/utils/empty-visitor
overload_base_get_item_for_std_map
to drop thestd
mention, move out ofeigenpy::details
namespaceResolves #506