JaiaBot 2.1.1
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
comms.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package jaiabot.protobuf;
4
5import "jaiabot/messages/link.proto";
6
7message IntervehicleSubscribeRequest
8{
9 required Link link = 1;
10}