ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I include now Eigen3 and fixed a misstake I did in my code. I used the wrong namespace. Instead of the correct tf2::fromMsg () I used Eigen::fromMsg() because the autocomplition suggests this. My preprocessor still does not find the Eigen/Geometry include but building works. Also the function tf2::fromMsg() works now :) Thank you very much for the hint!