ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is nothing like a message header that contains hidden meta-information in ROS. Modifying message members is save and is even necessary to fill messages before publishing them.
But do not const-cast and modify messages you received in message callbacks.