8 lines
125 B
Protocol Buffer
8 lines
125 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message RoutePointChangeInfo {
|
||
|
uint32 pointIndex = 1;
|
||
|
float targetVelocity = 2;
|
||
|
float waitTime = 3;
|
||
|
}
|