This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrosdep.yaml
92 lines (68 loc) · 1.7 KB
/
rosdep.yaml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# pyenv:
# ubuntu:
# source:
# uri: "file:///home/polidorop/groovy_ws/faa/rosdep/pyenv.rdmanifest"
# # uri: "https://bitbucket.org/api/1.0/repositories/peterpolidoro/faa/raw/tip/rosdep/pyenv.rdmanifest"
# flask:
# ubuntu:
# source:
# uri: "file:///home/polidorop/groovy_ws/faa/rosdep/flask.rdmanifest"
# # uri: "https://bitbucket.org/api/1.0/repositories/peterpolidoro/faa/raw/tip/rosdep/flask.rdmanifest"
flask:
ubuntu:
pip: flask
# pip:
# ubuntu:
# apt:
# packages: [python-pip]
# virtualenv:
# ubuntu:
# apt:
# packages: [python-virtualenv]
fabric:
ubuntu:
pip: fabric
# pyserial:
# ubuntu: python-serial
# bzr:
# ubuntu: bzr
# setuptools:
# ubuntu: python-setuptools
# redis_server:
# ubuntu: redis-server
# python_redis:
# ubuntu: python-redis
# libdc1394-dev:
# ubuntu: libdc1394-22-dev
# ros_camera_drivers:
# ubuntu: ros-electric-camera-drivers
# ros_vision_opencv:
# ubuntu: ros-groovy-vision-opencv
# ros_remote_lab:
# ubuntu: ros-electric-remote-lab
# ubuntu_checkinstall:
# ubuntu: checkinstall
# python_netifaces:
# ubuntu: python-netifaces
# python_scipy:
# ubuntu: python-scipy
# python_networkx:
# ubuntu: python-networkx
# pydc1394:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_pydc1394.py
# jinja2:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_jinja2.py
# werkzeug:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_werkzeug.py
# flask:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_flask.py
# flask_sijax:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_flask_sijax.py
# cvblob:
# ubuntu: |
# python $FAA_INSTALL_SCRIPTS/install_cvblob.py