ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
For Melodic users (like me) it is "tf/LinearMath/Matrix3x3.h"
. Make sure to include <build_depend>tf</build_depend>
in your package.xml
and add tf
to find_package(catkin REQUIRED COMPONENTS)
in your CmakeList.txt