Skip to content

Commit

Permalink
gz-sensors7 (microsoft#34831)
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev authored Nov 2, 2023
1 parent a0dcd70 commit 51aa787
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ports/gz-sensors7/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set(PACKAGE_NAME sensors)

ignition_modular_library(
NAME ${PACKAGE_NAME}
REF ${PORT}_${VERSION}
VERSION ${VERSION}
SHA512 968aab8d623c1716c4d0e164e70442e02ebe34f9277bcc48739c620124c80ba4896a846f9d052ac6d9b32b4d8805aee30b4f9c1248f75790de85718f659b6ff6
OPTIONS
PATCHES
)
21 changes: 21 additions & 0 deletions ports/gz-sensors7/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "gz-sensors7",
"version": "7.3.0",
"description": "Component of Gazebo, provides numerous sensor models designed to generate realistic data from simulation environments.",
"homepage": "https://gazebosim.org/libs/sensors",
"license": "Apache-2.0",
"dependencies": [
"gz-cmake3",
"gz-common5",
"gz-math7",
"gz-msgs9",
"gz-rendering7",
"gz-transport12",
{
"name": "ignition-modularscripts",
"host": true
},
"protobuf",
"sdformat13"
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3208,6 +3208,10 @@
"baseline": "7.4.1",
"port-version": 0
},
"gz-sensors7": {
"baseline": "7.3.0",
"port-version": 0
},
"gz-tools2": {
"baseline": "2.0.0",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/g-/gz-sensors7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "30989166a9bafd435a3344a388265a26f3aa9492",
"version": "7.3.0",
"port-version": 0
}
]
}

0 comments on commit 51aa787

Please # to comment.