gz-sensors7 (#34831)

This commit is contained in:
talregev 2023-11-02 22:50:40 +02:00 committed by GitHub
parent a0dcd70862
commit 51aa787313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,10 @@
set(PACKAGE_NAME sensors)
ignition_modular_library(
NAME ${PACKAGE_NAME}
REF ${PORT}_${VERSION}
VERSION ${VERSION}
SHA512 968aab8d623c1716c4d0e164e70442e02ebe34f9277bcc48739c620124c80ba4896a846f9d052ac6d9b32b4d8805aee30b4f9c1248f75790de85718f659b6ff6
OPTIONS
PATCHES
)

View File

@ -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"
]
}

View File

@ -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

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "30989166a9bafd435a3344a388265a26f3aa9492",
"version": "7.3.0",
"port-version": 0
}
]
}