A、升级高精地图
B、优化点云效果

Signed-off-by: “donghongyu-mackbook” <donghongyu@zhidaoauto.com>
This commit is contained in:
“donghongyu-mackbook”
2022-08-25 10:52:38 +08:00
parent 63e415ff14
commit 0c681639fa
4 changed files with 9 additions and 9 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 uint32 del_data = 8 [packed=true];
repeated double add_data = 9 [packed=true];
repeated int32 add_data = 8 [packed=true];
optional double newgpstimestamp = 9;
}