ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If I understand well, you are trying to publish a pcl::ModelCoefficients which is not a ros message. What you can do is create a ros msg that has a structure similar to ModelCoefficients and then publish that message.