fuse_msgs/SerializedGraph Message

File: fuse_msgs/SerializedGraph.msg

Raw Message Definition

std_msgs/Header header  # A timestamp associated with the graph
string plugin_name      # The fully-qualified name of the plugin used to serialize/deserialize this graph
uint8[] data            # The serialized graph as a raw data buffer

Compact Message Definition

std_msgs/Header header
string plugin_name
uint8[] data