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
I am wondering if using templates to allow such operations makes any sense. Especially, that for function converting from geometry_msgs/Vector3 to Eigen::Vector3d implementing it, changes it from a simple function like this:
Feature request
Feature description
When trying to pass blocks of vectors to functions converting from message to Eigen I got an error:
Following snippet reproduces this case.
Implementation considerations
I am wondering if using templates to allow such operations makes any sense. Especially, that for function converting from
geometry_msgs/Vector3
toEigen::Vector3d
implementing it, changes it from a simple function like this:to that monstrosity:
To my knowledge, this should be the way to baypass that issue. At least, the way I understood Eigen documentation.
The text was updated successfully, but these errors were encountered: