-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.yaml
More file actions
70 lines (69 loc) · 2.62 KB
/
Copy pathplugins.yaml
File metadata and controls
70 lines (69 loc) · 2.62 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# AVLite Community Plugins Registry
# Each entry points to an external Git repository (see README.md for schema).
plugins:
- name: avlite-bridge-carla
display_name: AVLite CARLA Bridge
description: CARLA simulator world bridge for AVLite
repository: https://github.com/AV-Lab/avlite-bridge-carla
version: latest
author: AV-Lab
category:
- WorldBridge
min_avlite_version: "0.4.5"
dependency_notes: "Running CARLA server required; start CARLA before AVLite."
site_url: ""
- name: avlite-bridge-gazebo
display_name: AVLite Gazebo Bridge
description: Gazebo Ignition world bridge for AVLite
repository: https://github.com/AV-Lab/avlite-bridge-gazebo
version: latest
author: AV-Lab
category:
- WorldBridge
min_avlite_version: "0.4.5"
dependency_notes: "ROS 2 and Gazebo Ignition; source ROS 2 before running AVLite; Gazebo/bridge launch must be up first."
site_url: ""
- name: avlite-bridge-ROS2
display_name: AVLite ROS2 Bridge
description: ROS 2 world bridge for external Autoware or ROS stacks
repository: https://github.com/AV-Lab/avlite-bridge-ROS2
version: latest
author: AV-Lab
category:
- WorldBridge
min_avlite_version: "0.5.3"
dependency_notes: "ROS 2 (Humble+); source/load ROS 2 before running AVLite; optional Autoware / autoware_auto_msgs."
site_url: ""
- name: avlite-controller-joystick
display_name: AVLite Joystick Controller
description: Xbox-style gamepad controller for AVLite
repository: https://github.com/AV-Lab/avlite-controller-joystick
version: latest
author: AV-Lab
category:
- ControlStrategy
min_avlite_version: "0.4.5"
dependency_notes: "Connect a gamepad before starting AVLite; Linux evtest/joystick tools recommended."
site_url: ""
- name: avlite-executer-ROS2
display_name: AVLite ROS2 Executer
description: Multiprocess ROS 2 executer with Autoware-compatible topics
repository: https://github.com/AV-Lab/avlite-executer-ROS2
version: latest
author: AV-Lab
category:
- ExecutionStrategy
min_avlite_version: "0.5.3"
dependency_notes: "ROS 2 (Humble+); source/load ROS 2 before running AVLite; optional Autoware messages (autoware_auto_msgs)."
site_url: "https://avlab.io/avlite-executer-ROS2/"
- name: basic_predictor
display_name: Basic Predictor
description: LSTM trajectory prediction plugin for AVLite
repository: https://github.com/Murdism/basic_predictor
version: latest
author: Murdism
category:
- PredictionStrategy
min_avlite_version: "0.4.5"
dependency_notes: ""
site_url: ""