修改轨迹线数据

This commit is contained in:
fan 2023-07-13 15:32:43 +08:00
parent 1ab5b1ae7f
commit 0bfe31c66d

View File

@ -218,6 +218,7 @@ message PathLine {
repeated Point points = 3;
bool isUp = 4;
repeated KilometerPoint kilometerPoints = 5;
bool aToB = 6;
}
//