ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You have correctly identified that you cannot publish a datatype without serialization defined.
To enable serialization you need to have an isomorphic data type. So if you're trying different descriptors you will likely need to create new isomorphic ros messages to represent the data.