-
Notifications
You must be signed in to change notification settings - Fork 21
/
pc_vis.cfg
112 lines (93 loc) · 2.78 KB
/
pc_vis.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
{
"url" : "http://54.217.91.194:9000/",
"userID" : "testUser",
"password": "testUser",
"robotID" : "workstation",
"containers" : [
{
"cTag" : "cloud_container"
}
],
"nodes" : [
{
"cTag" : "cloud_container",
"nTag" : "multi_mapper",
"pkg" : "rm_multi_mapper",
"exe" : "rotation_demo",
"args" : ""
}
],
"parameters" : [],
"interfaces" : [
{
"eTag" : "workstation",
"iTag" : "PointCloudConverter0",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/cloudbot0/pointcloud"
},
{
"eTag" : "cloud_container",
"iTag" : "PointCloudInterface0",
"iType" : "SubscriberInterface",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/cloudbot0/pointcloud"
},
{
"eTag" : "workstation",
"iTag" : "PointCloudConverter1",
"iType" : "PublisherConverter",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/cloudbot1/pointcloud"
},
{
"eTag" : "cloud_container",
"iTag" : "PointCloudInterface1",
"iType" : "SubscriberInterface",
"iCls" : "sensor_msgs/PointCloud2",
"addr" : "/cloudbot1/pointcloud"
},
{
"eTag" : "workstation",
"iTag" : "TfConverter",
"iType" : "PublisherConverter",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloud_container",
"iTag" : "TfInterface",
"iType" : "SubscriberInterface",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "workstation",
"iTag" : "StartMovingService",
"iType" : "ServiceProviderConverter",
"iCls" : "std_srvs/Empty",
"addr" : "start_moving"
},
{
"eTag" : "cloud_container",
"iTag" : "StartMovingService",
"iType" : "ServiceClientInterface",
"iCls" : "std_srvs/Empty",
"addr" : "start_moving"
}
],
"connections" : [
{ "tagA" : "workstation/PointCloudConverter0",
"tagB" : "cloud_container/PointCloudInterface0"
},
{ "tagA" : "workstation/PointCloudConverter1",
"tagB" : "cloud_container/PointCloudInterface1"
},
{ "tagA" : "workstation/TfConverter",
"tagB" : "cloud_container/TfInterface"
},
{ "tagA" : "workstation/StartMovingService",
"tagB" : "cloud_container/StartMovingService"
}
]
}