package.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2016 The Cartographer Authors
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <package format="2">
  15. <name>cartographer_rviz</name>
  16. <version>1.0.0</version>
  17. <description>
  18. Cartographer is a system that provides real-time simultaneous localization
  19. and mapping (SLAM) in 2D and 3D across multiple platforms and sensor
  20. configurations. This package provides Cartographer's RViz integration.
  21. </description>
  22. <maintainer email="cartographer-owners@googlegroups.com">
  23. The Cartographer Authors
  24. </maintainer>
  25. <license>Apache 2.0</license>
  26. <url>https://github.com/googlecartographer/cartographer_ros</url>
  27. <author email="google-cartographer@googlegroups.com">
  28. The Cartographer Authors
  29. </author>
  30. <buildtool_depend>catkin</buildtool_depend>
  31. <build_depend>git</build_depend>
  32. <depend version_gte="1.0.0">cartographer</depend>
  33. <depend version_gte="1.0.0">cartographer_ros</depend>
  34. <depend version_gte="1.0.0">cartographer_ros_msgs</depend>
  35. <depend>eigen_conversions</depend>
  36. <depend>libqt5-core</depend>
  37. <depend>libqt5-gui</depend>
  38. <depend>libqt5-widgets</depend>
  39. <depend>message_runtime</depend>
  40. <depend>qtbase5-dev</depend>
  41. <depend>roscpp</depend>
  42. <depend>roslib</depend>
  43. <depend>rviz</depend>
  44. <export>
  45. <rviz plugin="${prefix}/rviz_plugin_description.xml" />
  46. </export>
  47. </package>