「Change」

接入地图点云数据

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-06-23 20:27:54 +08:00
parent 98ab08b797
commit a8d2a70f69
6 changed files with 16 additions and 20 deletions

View File

@@ -12,6 +12,6 @@ message MogoPointCloud
optional double self_roll = 5;
optional double self_pitch = 6;
optional double self_yaw = 7;
repeated float del_data = 8 [packed=true];
repeated float add_data = 9 [packed=true];
repeated uint32 del_data = 8 [packed=true];
repeated double add_data = 9 [packed=true];
}