ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
With the default messages, this is not supported.
With the merge of ros/gencpp#32 this is now possible, but will need custom code.
See wiki/roscpp/Overview/MessagesSerializationAndAdaptingTypes - Customizing generated message headers for C++ for more info on this.
2 | No.2 Revision |
With the default messages, this is not supported.
With the merge of ros/gencpp#32 this is now possible, possible (after gencpp
version 0.6.0
has been released), but will need custom code.
See wiki/roscpp/Overview/MessagesSerializationAndAdaptingTypes - Customizing generated message headers for C++ for more info on this.