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

Filling sensor_msgs/PointCloud2 fields from the command lines is probably not recommended, as they usually contain quite a lot of data.

To fill this service's request using data from topics, you probably would have to write a short wrapper node that subscribes to those topics, saves data in two cache variables and offers a service which will call the matcher_service using the two cache variables.