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

To get template instantiations you also need to make sure to #include the right headers.

For transforming PointCloud2 datatypes you need #include "tf2_sensor_msgs/tf2_sensor_msgs.h" in your source code to resolve the symbols.

That's in addition to having tf2_sensor_msgs appropriately in your CMakeLists.txt and package.xml.