-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmeta_plugins.yaml
More file actions
37 lines (34 loc) · 954 Bytes
/
meta_plugins.yaml
File metadata and controls
37 lines (34 loc) · 954 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
30
31
32
33
34
35
36
37
%YAML 1.2
%TAG ! tag:fawkesrobotics.org,cfg/
---
fawkes/meta_plugins:
# Meta plugin loaded by default on the Nao (and on the Nao only)
nao_default: naoqi-motion,naoqi-speechsynth,naoqi-buttons,naoqi-leds
# Meta plugin with useful base plugins for the Robotino
robotino_default: robotino,joystick,robotino-joystick,webview
# Meta plugin for running as client for the ros2 clips executive
m-ros2-skiller:
- flite
- ros2
- skiller
- ros2-cx-skiller
- ros2-cx-navgraph
# Meta plugin for the clips-executive without planner integration
m-clips-executive-test:
- flite
- clips
- clips-pddl-parser
- skiller
- clips-executive
# Meta plugin for the clips-executive with planner integration
m-clips-executive-pddl:
- flite
- mongodb
- clips
- robot-memory
- clips-robot-memory
- pddl-robot-memory
- pddl-planner
- clips-pddl-parser
- skiller
- clips-executive