SkellySim icon indicating copy to clipboard operation
SkellySim copied to clipboard

Correctly tag Eigen types for serialization

Open cedelmaier opened this issue 1 year ago • 0 comments

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.

cedelmaier avatar Nov 03 '23 15:11 cedelmaier