[Change]
A、升级高精地图 B、优化点云效果 Signed-off-by: “donghongyu-mackbook” <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -482,11 +482,11 @@ public class ObjectUtils {
|
||||
if (options.getColorValues() != null) {
|
||||
target.colorValues(options.getColorValues());
|
||||
}
|
||||
if (options.isBrightOn()) {
|
||||
target.isBright = true;
|
||||
target.brightColor = options.getBrightColor();
|
||||
target.brightSpeed = options.getBrightSpeed();
|
||||
}
|
||||
// if (options.isBrightOn()) {
|
||||
// target.isBright = true;
|
||||
// target.brightColor = options.getBrightColor();
|
||||
// target.brightSpeed = options.getBrightSpeed();
|
||||
// }
|
||||
return target;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user