-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathtest_tf.cfg
79 lines (67 loc) · 1.95 KB
/
test_tf.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
{
"url" : "http://54.216.129.26:9000/",
"userID" : "testUser",
"password": "testUser",
"robotID" : "cloudbot1",
"containers" : [
{
"cTag" : "cloudbot1_container"
}
],
"nodes" : [
{
"cTag" : "cloudbot1_container",
"nTag" : "camera_base_link",
"pkg" : "tf",
"exe" : "static_transform_publisher",
"args" : "0 -0.045 0 0 0 0 /camera_link /camera_rgb_frame 33.33"
},
{
"cTag" : "cloudbot1_container",
"nTag" : "camera_base_link1",
"pkg" : "tf",
"exe" : "static_transform_publisher",
"args" : "0 0 0 -1.5707963267948966 0 -1.5707963267948966 /camera_rgb_frame /camera_rgb_optical_frame 33.33"
}
],
"parameters" : [],
"interfaces" : [
{
"eTag" : "cloudbot1_container",
"iTag" : "tfCloudSubscriber",
"iType" : "SubscriberInterface",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloudbot1",
"iTag" : "tfRobotPublisher",
"iType" : "PublisherConverter",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloudbot1_container",
"iTag" : "tfCloudPublisher",
"iType" : "PublisherInterface",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
},
{
"eTag" : "cloudbot1",
"iTag" : "tfRobotSubscriber",
"iType" : "SubscriberConverter",
"iCls" : "tf/tfMessage",
"addr" : "/tf"
}
],
"connections" : [
{
"tagA" : "cloudbot1/tfRobotPublisher",
"tagB" : "cloudbot1_container/tfCloudSubscriber"
}, {
"tagA" : "cloudbot1/tfRobotSubscriber",
"tagB" : "cloudbot1_container/tfCloudPublisher"
}
]
}