You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a bunch of hacks and workarounds for Eigen serialization via msgpack. We should really combine everything in eigen_matrix_plugin.h and eigen_quaternion_plugin.h into serialization.hpp to be consistent. We should also come up with a way to encode/decode the eigen structures with something that is not a string.
The text was updated successfully, but these errors were encountered:
Currently we use a bunch of hacks and workarounds for Eigen serialization via msgpack. We should really combine everything in
eigen_matrix_plugin.h
andeigen_quaternion_plugin.h
intoserialization.hpp
to be consistent. We should also come up with a way to encode/decode the eigen structures with something that is not a string.The text was updated successfully, but these errors were encountered: