syntax = "proto3"; message BlockInfo { float grid_resolution = 1; float a = 2; float b = 3; float c = 4; float d = 5; repeated uint32 bit_map = 6; repeated uint32 grid_feature_index = 7; }