26 Jul
2011
26 Jul
'11
8:36 p.m.
I tried that, but the error stays the same. Besides, receiving a multi_array of Eigen vectors works fine. The difference here is the struct and std::lists containing pointers. Any ideas how to debug this - for example how to take a look into the message being sent? On Mon, 2011-07-25 at 18:16 -0500, Rhys Ulerich wrote:
Again, I doubt it is the culprit, but have you tried using &r.x(), &r.y(), &r.z() within your serialize method instead of expecting ar to "know" about Eigen types?
- Rhys