forked from turtlebot/turtlebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
turtlebot.rosinstall
81 lines (64 loc) · 1.94 KB
/
turtlebot.rosinstall
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
##############################################################################
#
# Source installation instructions at:
#
# http://www.ros.org/wiki/turtlebot/Tutorials/hydro/Source%20Installation
#
##############################################################################
# Make sure to install these ROCON packages as well:
# https://raw.github.com/robotics-in-concert/rocon/indigo/rocon_app_platform.rosinstall
# Kobuki / Yujin stacks
- git:
uri: https://github.com/yujinrobot/kobuki_desktop.git
local-name: kobuki_desktop
version: indigo
- git:
uri: https://github.com/yujinrobot/yocs_msgs.git
local-name: yocs_msgs
version: indigo
- git:
uri: https://github.com/yujinrobot/yujin_ocs.git
local-name: yujin_ocs
version: indigo
- git:
uri: https://github.com/yujinrobot/kobuki_msgs.git
local-name: kobuki_msgs
version: indigo
- git:
uri: https://github.com/yujinrobot/kobuki_core.git
local-name: kobuki_core
version: indigo
- git:
uri: https://github.com/yujinrobot/kobuki.git
local-name: kobuki
version: indigo
# Create stacks
- git:
uri: https://github.com/turtlebot/turtlebot_create.git
local-name: turtlebot_create
version: indigo
- git:
uri: https://github.com/turtlebot/turtlebot_create_desktop.git
local-name: turtlebot_create_desktop
version: indigo
# Turtlebot stacks
- git:
uri: https://github.com/turtlebot/turtlebot_msgs.git
local-name: turtlebot_msgs
version: indigo
- git:
uri: https://github.com/turtlebot/turtlebot.git
local-name: turtlebot
version: indigo
- git:
uri: https://github.com/turtlebot/turtlebot_simulator.git
local-name: turtlebot_simulator
version: indigo
- git:
uri: https://github.com/turtlebot/turtlebot_apps.git
local-name: turtlebot_apps
version: indigo
- git:
uri: https://github.com/turtlebot/turtlebot_interactions.git
local-name: turtlebot_interactions
version: indigo