Skip to content

Commit

Permalink
Add metapackages.yaml for looking up metapackages
Browse files Browse the repository at this point in the history
  • Loading branch information
poggenhans committed Mar 7, 2018
1 parent a7846c8 commit 2a00290
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
CMakeLists.txt.user
10 changes: 8 additions & 2 deletions yaml/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
# or this:
# example_package: https://github.com/me/example_package.git (short version assuming git packages)

cv_bridge: https://github.com/ros-perception/vision_opencv.git
grid_map:
url: https://github.com/ethz-asl/grid_map.git
version: release
grid_map_core: https://github.com/ethz-asl/grid_map.git
image_undistort: https://github.com/ethz-asl/image_undistort.git
mrt_cmake_modules: https://github.com/KIT-MRT/mrt_cmake_modules.git
pcl_ros: https://github.com/ros-perception/perception_pcl.git
perception_pcl: https://github.com/ros-perception/perception_pcl.git
rosparam_handler: https://github.com/cbandera/rosparam_handler.git
rosinterface_handler: https://github.com/KIT-MRT/rosinterface_handler.git
grid_map_core: https://github.com/ethz-asl/grid_map.git
pcl_ros: https://github.com/ros-perception/perception_pcl.git
vision_opencv: https://github.com/ros-perception/vision_opencv.git
25 changes: 25 additions & 0 deletions yaml/metapackages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This file contains a list of metapackages and the packages they contain.
# This is required for resolving dependencies that are part of metapackages.
# The format is <metapackage>: [<package1>, <package2>, ...]

grid_map:
- grid_map
- grid_map_core
- grid_map_costmap_2d
- grid_map_cv
- grid_map_demos
- grid_map_filters
- grid_map_loader
- grid_map_msgs
- grid_map_octomap
- grid_map_pcl
- grid_map_ros
- grid_map_rviz_plugin
- grid_map_sdf
- grid_map_visualization
vision_opencv:
- image_geometry
- cv_bridge
perception_pcl:
- pcl_ros

0 comments on commit 2a00290

Please sign in to comment.