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
Juraj Oršulić 2017-03-29 12:20:58 +02:00 committed by Wolfgang Hess
parent 69810c8920
commit a2b6dd7510
1 changed files with 1 additions and 1 deletions

View File

@ -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