Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
waveglider_sv2_frontseat_driver_config.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "goby/middleware/protobuf/frontseat_config.proto";
3
4package goby.middleware.frontseat.protobuf;
5
6message WavegliderSV2Config
7{
8 required string pm_serial_port = 1;
9 optional uint32 pm_serial_baud = 2 [default = 115200];
10 optional uint32 board_id = 3 [default = 0x03];
11 optional uint32 task_id = 4 [default = 0x01];
12}
13
14extend Config
15{
16 optional WavegliderSV2Config waveglider_sv2_config = 1001;
17}