-
Notifications
You must be signed in to change notification settings - Fork 1
/
repo.json
39 lines (39 loc) · 1.44 KB
/
repo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"repo_name": "Robotec O3DE Tools",
"origin": "robotec-o3de-tools",
"repo_uri": "https://github.com/RobotecAI/robotec-o3de-tools/tree/main",
"summary": "A repository to hold various gems, and tools for the O3DE engine and O3DE-Extras.",
"additional_info": "Extras gems and tools for O3DE.",
"last_updated": "2023-12-20",
"$schemaVersion": "1.0.0",
"gems_data": [
{
"gem_name": "RobotecRecordingTools",
"version": "1.0.0",
"platforms": [
"Linux"
],
"license": "Apache-2.0",
"display_name": "Robotec Recording Tools",
"license_url": "https://opensource.org/licenses/Apache-2.0",
"origin": "RobotecAI",
"origin_url": "TODO",
"type": "Code",
"summary": "A set of tools to record data for the O3DE engine.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"RobotecRecordingTools"
],
"icon_path": "preview.png",
"requirements": "Requires ROS 2 installation (supported distributions: Humble). Source your workspace before building the Gem",
"documentation_url": "TODO",
"dependencies": [],
"repo_uri": "",
"compatible_engines": [],
"engine_api_dependencies": [],
"restricted": "RobotecRecordingTools"
}
]
}