[change]更新点云PB
This commit is contained in:
@@ -8,7 +8,10 @@ message LidarPointCloud
|
||||
optional common.Header header = 1;
|
||||
optional double self_longitude = 2;
|
||||
optional double self_latitude = 3;
|
||||
optional double self_yaw = 4;
|
||||
repeated float del_data = 7 [packed=true];
|
||||
repeated float add_data = 8 [packed=true];
|
||||
optional double self_altitude = 4;
|
||||
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];
|
||||
}
|
||||
Reference in New Issue
Block a user