Change SubmapEntry submap_version field to be int32 (#292)
This matches the specification in SubmapQuery.srv and Cartographer API, and resolves a misc IDE warning about unsigned/signed assignment.master
parent
69810c8920
commit
a2b6dd7510
|
@ -12,5 +12,5 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
uint32 submap_version
|
int32 submap_version
|
||||||
geometry_msgs/Pose pose
|
geometry_msgs/Pose pose
|
||||||
|
|
Loading…
Reference in New Issue