Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
navigation.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "dccl/option_extensions.proto";
3import "goby/middleware/protobuf/geographic.proto";
4
5package goby.middleware.protobuf;
6
7message DatumUpdate
8{
9 option (dccl.msg) = {
10 unit_system: "si"
11 };
12
13 required .goby.middleware.protobuf.LatLonPoint datum = 1;
14}