2016-08-30 20:48:12 +08:00
|
|
|
<?xml version="1.0"?>
|
2016-08-02 15:07:31 +08:00
|
|
|
<!--
|
|
|
|
Copyright 2016 The Cartographer Authors
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2016-08-30 20:48:12 +08:00
|
|
|
<package format="2">
|
2016-08-02 15:07:31 +08:00
|
|
|
<name>cartographer</name>
|
|
|
|
<version>1.0.0</version>
|
2016-08-30 20:48:12 +08:00
|
|
|
<description>
|
|
|
|
Cartographer is a system that provides real-time simultaneous localization
|
2016-10-05 23:27:08 +08:00
|
|
|
and mapping (SLAM) in 2D and 3D across multiple platforms and sensor
|
|
|
|
configurations.
|
2016-08-30 20:48:12 +08:00
|
|
|
</description>
|
|
|
|
<maintainer email="google-cartographer@googlegroups.com">
|
|
|
|
The Cartographer Authors
|
|
|
|
</maintainer>
|
2016-08-02 15:07:31 +08:00
|
|
|
<license>Apache 2.0</license>
|
|
|
|
|
2016-08-30 20:48:12 +08:00
|
|
|
<url>https://github.com/googlecartographer/cartographer</url>
|
|
|
|
|
|
|
|
<buildtool_depend>catkin</buildtool_depend>
|
|
|
|
|
|
|
|
<build_depend>g++-static</build_depend>
|
2016-08-23 16:33:58 +08:00
|
|
|
<build_depend>google-mock</build_depend>
|
2016-08-30 20:48:12 +08:00
|
|
|
<build_depend>python-sphinx</build_depend>
|
|
|
|
|
|
|
|
<depend>boost</depend>
|
2016-11-22 23:33:14 +08:00
|
|
|
<depend>ceres-solver</depend>
|
2016-08-30 20:48:12 +08:00
|
|
|
<depend>eigen</depend>
|
2016-10-26 20:23:00 +08:00
|
|
|
<depend>libcairo2-dev</depend>
|
2016-08-30 20:48:12 +08:00
|
|
|
<depend>libgflags-dev</depend>
|
|
|
|
<depend>libgoogle-glog-dev</depend>
|
2016-09-02 17:49:27 +08:00
|
|
|
<depend>libwebp-dev</depend>
|
2016-08-30 20:48:12 +08:00
|
|
|
<depend>lua5.2-dev</depend>
|
|
|
|
<depend>protobuf-dev</depend>
|
2016-08-02 15:07:31 +08:00
|
|
|
|
|
|
|
<export>
|
|
|
|
<build_type>cmake</build_type>
|
|
|
|
</export>
|
|
|
|
</package>
|