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
Apologies for the maybe dumb/replicated question (couldn't find a satisfying reply).
How can I assign an Eigen data structure to a kindr one?
I know I can do the opposite by calling the toImplementation() function, but since kindr data structures inherits from Eigen the compiler prevents me from assigning a super class to an inherited one.
Apologies for the maybe dumb/replicated question (couldn't find a satisfying reply).
How can I assign an
Eigen
data structure to akindr
one?I know I can do the opposite by calling the
toImplementation()
function, but sincekindr
data structures inherits fromEigen
the compiler prevents me from assigning a super class to an inherited one.Is it legit to do something like the following?:
The text was updated successfully, but these errors were encountered: