-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathraspimouse.graph.json
146 lines (146 loc) · 4.06 KB
/
raspimouse.graph.json
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"nodes": [
{
"name": "shared_robot_model",
"components": [
{
"name": "RangeScanModel",
"type": "isaac::navigation::RangeScanModelFlatloc"
},
{
"name": "DifferentialBaseModel",
"type": "isaac::planner::DifferentialBaseModel"
}
]
},
{
"name": "raspimouse_odometry",
"components": [
{
"name": "message_ledger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.navigation.DifferentialBaseWheelImuOdometry",
"type": "isaac::navigation::DifferentialBaseWheelImuOdometry"
}
]
},
{
"name": "base_simulation",
"components": [
{
"name": "message_ledger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.flatsim.DifferentialBaseSimulator",
"type": "isaac::flatsim::DifferentialBaseSimulator"
},
{
"name": "isaac.alice.Failsafe",
"type": "isaac::alice::Failsafe"
}
]
},
{
"name": "RealsenseD435CameraSubscriber",
"components": [
{
"name": "RealsenseD435_camera_initializer",
"type": "isaac::alice::PoseInitializer"
},
{
"name": "isaac.alice.MessageLedger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.alice.TcpSubscriber",
"type": "isaac::alice::TcpSubscriber"
}
]
},
{
"name": "RealsenseD435ColorCameraViewer",
"components": [
{
"name": "isaac.alice.MessageLedger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.viewers.ColorCameraViewer",
"type": "isaac::viewers::ColorCameraViewer"
}
]
},
{
"name": "RealsenseD435DepthCameraViewer",
"components": [
{
"name": "isaac.alice.MessageLedger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.viewers.DepthCameraViewer",
"type": "isaac::viewers::DepthCameraViewer"
}
]
},
{
"name": "ActuatorPublisher",
"components": [
{
"name": "isaac.alice.MessageLedger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.alice.TcpPublisher",
"type": "isaac::alice::TcpPublisher"
}
]
},
{
"name": "RigidBodySubscriber",
"components": [
{
"name": "isaac.alice.MessageLedger",
"type": "isaac::alice::MessageLedger"
},
{
"name": "isaac.alice.TcpSubscriber",
"type": "isaac::alice::TcpSubscriber"
}
]
}
],
"edges": [
{
"source": "RealsenseD435CameraSubscriber/isaac.alice.TcpSubscriber/ColorSensor",
"target": "RealsenseD435ColorCameraViewer/isaac.viewers.ColorCameraViewer/color_listener"
},
{
"source": "RealsenseD435CameraSubscriber/isaac.alice.TcpSubscriber/DepthSensor",
"target": "RealsenseD435DepthCameraViewer/isaac.viewers.DepthCameraViewer/depth_listener"
},
{
"source": "base_simulation/isaac.flatsim.DifferentialBaseSimulator/diff_base_state",
"target": "raspimouse_odometry/isaac.navigation.DifferentialBaseWheelImuOdometry/state"
},
{
"source": "websight/WebsightServer/virtual_gamepad",
"target": "virtual_gamepad_bridge/VirtualGamepadBridge/request"
},
{
"source": "base_simulation/isaac.flatsim.DifferentialBaseSimulator/physics_actuation",
"target": "ActuatorPublisher/isaac.alice.TcpPublisher/physics_actuation"
},
{
"source": "RigidBodySubscriber/isaac.alice.TcpSubscriber/bodies",
"target": "base_simulation/isaac.flatsim.DifferentialBaseSimulator/physics_bodies"
},
{
"source": "base_simulation/isaac.flatsim.DifferentialBaseSimulator/diff_base_state",
"target": "raspimouse_odometry/isaac.navigation.DifferentialBaseWheelImuOdometry/state"
}
]
}