Hi, is there a way to declare a ROS msg in C++ and filling in all message fields at once? E.g. I want a message geometry_msgs/Pose: const geometry_msgs::Pose world = {position.x = , ... } ? regards, Steven