3import "goby/middleware/protobuf/intervehicle_transporter_config.proto";
5package goby.middleware.protobuf;
7message TransporterConfig
9 // if the publisher is also subscribed, should it receive a copy?
10 // TODO: implement at the interprocess and intervehicle layers
11 optional bool echo = 1 [default = false];
13 optional intervehicle.protobuf.TransporterConfig intervehicle = 10;