Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Update versions, add missing file (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 5, 2020
1 parent daa44e0 commit 4090bd6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ ign_find_package(ignition-gui4 REQUIRED)
ign_find_package(ignition-launch3 REQUIRED)
ign_find_package(ignition-math6 REQUIRED)
ign_find_package(ignition-msgs6 REQUIRED)
ign_find_package(ignition-physics3 REQUIRED)
ign_find_package(ignition-plugin1 REQUIRED)
ign_find_package(ignition-physics2 REQUIRED)
ign_find_package(ignition-rendering4 REQUIRED)
ign_find_package(ignition-sensors4 REQUIRED)
ign_find_package(ignition-tools REQUIRED)
ign_find_package(ignition-transport9 REQUIRED)

ign_find_package(sdformat10 REQUIRED)

install(DIRECTORY gazebodistro DESTINATION ${IGN_DATA_INSTALL_DIR})
61 changes: 61 additions & 0 deletions gazebodistro/collection-dome.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
repositories:
ign-cmake:
type: git
url: https://github.com/ignitionrobotics/ign-cmake
version: ign-cmake2
ign-common:
type: git
url: https://github.com/ignitionrobotics/ign-common
version: ign-common3
ign-fuel-tools:
type: git
url: https://github.com/ignitionrobotics/ign-fuel-tools
version: master
ign-gazebo:
type: git
url: https://github.com/ignitionrobotics/ign-gazebo
version: master
ign-gui:
type: git
url: https://github.com/ignitionrobotics/ign-gui
version: master
ign-launch:
type: git
url: https://github.com/ignitionrobotics/ign-launch
version: master
ign-math:
type: git
url: https://github.com/ignitionrobotics/ign-math
version: ign-math6
ign-msgs:
type: git
url: https://github.com/ignitionrobotics/ign-msgs
version: master
ign-physics:
type: git
url: https://github.com/ignitionrobotics/ign-physics
version: master
ign-plugin:
type: git
url: https://github.com/ignitionrobotics/ign-plugin
version: ign-plugin1
ign-rendering:
type: git
url: https://github.com/ignitionrobotics/ign-rendering
version: master
ign-sensors:
type: git
url: https://github.com/ignitionrobotics/ign-sensors
version: master
ign-tools:
type: git
url: https://github.com/ignitionrobotics/ign-tools
version: ign-tools1
ign-transport:
type: git
url: https://github.com/ignitionrobotics/ign-transport
version: master
sdformat:
type: git
url: https://github.com/osrf/sdformat
version: sdf10

0 comments on commit 4090bd6

Please sign in to comment.