-
Notifications
You must be signed in to change notification settings - Fork 21
/
workstation.cfg
123 lines (105 loc) · 3.27 KB
/
workstation.cfg
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"url" : "http://54.216.0.142:9000/",
"userID" : "testUser",
"password": "testUser",
"robotID" : "cloudpc",
"containers" : [],
"nodes" : [],
"parameters" : [],
"interfaces" : [
{
"eTag" : "cloudbot1_container",
"iTag" : "keyframesPCInterface",
"iType" : "SubscriberInterface",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/keyframes"
},
{
"eTag" : "cloudbot1_container",
"iTag" : "featuresPCInterface",
"iType" : "SubscriberInterface",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/feature/cloud"
},
{
"eTag" : "cloudbot1_container",
"iTag" : "tfPCInterface",
"iType" : "SubscriberInterface",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloudpc",
"iTag" : "rgbdRgbConverter",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/CompressedImage",
"addr" : "/rgbd/rgb/compressed"
},
{
"eTag" : "cloudpc",
"iTag" : "rgbdDepthConverter",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/CompressedImage",
"addr" : "/rgbd/depth/compressedDepth"
},
{
"eTag" : "cloudpc",
"iTag" : "rgbInfoConterter",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/CameraInfo",
"addr" : "/rgbd/info"
},
{
"eTag" : "cloudpc",
"iTag" : "keyframesConverter",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/keyframes"
},
{
"eTag" : "cloudpc",
"iTag" : "featuresConverter",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/feature/cloud"
},
{
"eTag" : "cloudpc",
"iTag" : "tfConverter",
"iType" : "PublisherConverter",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloudpc",
"iTag" : "cmdVelConverter",
"iType" : "SubscriberConverter",
"iCls" : "geometry_msgs/Twist",
"addr" : "/cmd_vel"
}
],
"connections" : [
{
"tagA" : "cloudpc/rgbdRgbConverter",
"tagB" : "cloudbot1/rgbImageConverter"
}, {
"tagA" : "cloudpc/rgbdDepthConverter",
"tagB" : "cloudbot1/depthImageConverter"
}, {
"tagA" : "cloudpc/keyframesConverter",
"tagB" : "cloudbot1_container/keyframesPCInterface"
}, {
"tagA" : "cloudpc/featuresConverter",
"tagB" : "cloudbot1_container/featuresPCInterface"
}, {
"tagA" : "cloudpc/rgbInfoConterter",
"tagB" : "cloudbot1/rgbInfoConverter"
}, {
"tagA" : "cloudpc/cmdVelConverter",
"tagB" : "cloudbot1/cmdVelConverter"
}, {
"tagA" : "cloudpc/tfConverter",
"tagB" : "cloudbot1_container/tfPCInterface"
}
]
}