-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgem.json
More file actions
29 lines (29 loc) · 763 Bytes
/
Copy pathgem.json
File metadata and controls
29 lines (29 loc) · 763 Bytes
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
{
"gem_name": "RGL",
"version": "1.3.1",
"platforms": [
"Linux"
],
"display_name": "RobotecGPULidar",
"license": "Apache-2.0",
"license_url": "https://opensource.org/licenses/Apache-2.0",
"origin": "RobotecAI",
"origin_url": "",
"type": "Code",
"summary": "Extension to the ROS2 Gem that provides it with the RobotecGPULidar lidar implementation.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"RobotecGPULidar",
"ROS2"
],
"icon_path": "preview.png",
"requirements": "Requires ROS2 and ROS2Sensors Gems, requires a CUDA-capable GPU.",
"documentation_url": "",
"dependencies": [
"ROS2>=4.0.0",
"ROS2Sensors"
],
"restricted": "RGL"
}