hex-zmq-servers 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,6 +46,8 @@ HEXARM_URDF_PATH_DICT = {
46
46
  f"{urdf_dir}/archer_l6y/gp100_p050_handle.urdf",
47
47
  "firefly_y6_empty":
48
48
  f"{urdf_dir}/firefly_y6/empty.urdf",
49
+ "archer_d6y_gp80":
50
+ f"{urdf_dir}/archer_d6y/gp80.urdf",
49
51
  }
50
52
 
51
53
  __all__ = [
@@ -0,0 +1,208 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <robot name="archer_d6y">
3
+
4
+ <link name="base_link">
5
+ <inertial>
6
+ <origin xyz="-0.001 0 0.322" rpy="0 0 0" />
7
+ <mass value="0.687" />
8
+ <inertia ixx="0.0005" iyy="0.0005" izz="0.0007" ixy="0" ixz="0" iyz="0" />
9
+ </inertial>
10
+ <visual>
11
+ <origin xyz="0 0 0" rpy="0 0 0" />
12
+ <geometry>
13
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/base_link.STL" />
14
+ </geometry>
15
+ <material name="">
16
+ <color rgba="1 1 1 1" />
17
+ </material>
18
+ </visual>
19
+ <collision>
20
+ <origin xyz="0 0 0" rpy="0 0 0" />
21
+ <geometry>
22
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/base_link.STL" />
23
+ </geometry>
24
+ </collision>
25
+ </link>
26
+
27
+ <link name="link_1">
28
+ <inertial>
29
+ <origin xyz="0.008 -0.0023 0.0213" rpy="0 0 0" />
30
+ <mass value="0.2154" />
31
+ <inertia ixx="0.0003" iyy="0.0002" izz="0.0003" ixy="0" ixz="0" iyz="0"/>
32
+ </inertial>
33
+ <visual>
34
+ <origin xyz="0 0 0" rpy="0 0 0" />
35
+ <geometry>
36
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_1.STL" />
37
+ </geometry>
38
+ <material name="">
39
+ <color rgba="1 1 1 1" />
40
+ </material>
41
+ </visual>
42
+ <collision>
43
+ <origin xyz="0 0 0" rpy="0 0 0" />
44
+ <geometry>
45
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_1.STL" />
46
+ </geometry>
47
+ </collision>
48
+ </link>
49
+ <joint name="joint_1" type="revolute">
50
+ <origin xyz="0 0 0.0665" rpy="0 0 0" />
51
+ <parent link="base_link" />
52
+ <child link="link_1" />
53
+ <axis xyz="0 0 1" />
54
+ <limit lower="-2.61" upper="3.14" effort="6" velocity="6" />
55
+ </joint>
56
+
57
+ <link name="link_2">
58
+ <inertial>
59
+ <origin xyz="0.0001 -0.0028 0.1317" rpy="0 0 0" />
60
+ <mass value="1.3123" />
61
+ <inertia ixx="0.018" iyy="0.0177" izz="0.0007" ixy="0" ixz="0" iyz="0.0007" />
62
+ </inertial>
63
+ <visual>
64
+ <origin xyz="0 0 0" rpy="0 0 0" />
65
+ <geometry>
66
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_2.STL" />
67
+ </geometry>
68
+ <material name="">
69
+ <color rgba="1 1 1 1" />
70
+ </material>
71
+ </visual>
72
+ <collision>
73
+ <origin xyz="0 0 0" rpy="0 0 0" />
74
+ <geometry>
75
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_2.STL" />
76
+ </geometry>
77
+ </collision>
78
+ </link>
79
+ <joint name="joint_2" type="revolute">
80
+ <origin xyz="0.02 0 0.045" rpy="0 0 0" />
81
+ <parent link="link_1" />
82
+ <child link="link_2" />
83
+ <axis xyz="0 1 0" />
84
+ <limit lower="-1.57" upper="2.09" effort="6" velocity="6" />
85
+ </joint>
86
+
87
+ <link name="link_3">
88
+ <inertial>
89
+ <origin xyz="-0.051 0.0008 0.1447" rpy="0 0 0" />
90
+ <mass value="1.1083" />
91
+ <inertia ixx="0.0114" iyy="0.0112" izz="0.0016" ixy="-0.0001" ixz="0.0014" iyz="0.0006" />
92
+ </inertial>
93
+ <visual>
94
+ <origin xyz="0 0 0" rpy="0 0 0" />
95
+ <geometry>
96
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_3.STL" />
97
+ </geometry>
98
+ <material name="">
99
+ <color rgba="1 1 1 1" />
100
+ </material>
101
+ </visual>
102
+ <collision>
103
+ <origin xyz="0 0 0" rpy="0 0 0" />
104
+ <geometry>
105
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_3.STL" />
106
+ </geometry>
107
+ </collision>
108
+ </link>
109
+ <joint name="joint_3" type="revolute">
110
+ <origin xyz="0 0 0.264" rpy="0 0 0" />
111
+ <parent link="link_2" />
112
+ <child link="link_3" />
113
+ <axis xyz="0 1 0" />
114
+ <limit lower="0" upper="3.14" effort="6" velocity="6" />
115
+ </joint>
116
+
117
+ <link name="link_4">
118
+ <inertial>
119
+ <origin xyz="-0.0597 -0.001 0.0572" rpy="0 0 0" />
120
+ <mass value="0.5398" />
121
+ <inertia ixx="0.0008" iyy="0.001" izz="0.0008" ixy="0" ixz="0.0003" iyz="0" />
122
+ </inertial>
123
+ <visual>
124
+ <origin xyz="0 0 0" rpy="0 0 0" />
125
+ <geometry>
126
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_4.STL" />
127
+ </geometry>
128
+ <material name="">
129
+ <color rgba="1 1 1 1" />
130
+ </material>
131
+ </visual>
132
+ <collision>
133
+ <origin xyz="0 0 0" rpy="0 0 0" />
134
+ <geometry>
135
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_4.STL" />
136
+ </geometry>
137
+ </collision>
138
+ </link>
139
+ <joint name="joint_4" type="revolute">
140
+ <origin xyz="-0.06 0 0.245" rpy="0 0 0" />
141
+ <parent link="link_3" />
142
+ <child link="link_4" />
143
+ <axis xyz="0 1 0" />
144
+ <limit lower="-1.57" upper="1.57" effort="6" velocity="6" />
145
+ </joint>
146
+
147
+ <link name="link_5">
148
+ <inertial>
149
+ <origin xyz="0.0292 0.0001 -0.0107" rpy="0 0 0" />
150
+ <mass value="0.3984" />
151
+ <inertia ixx="0.0002" iyy="0.0003" izz="0.0002" ixy="0" ixz="0" iyz="0" />
152
+ </inertial>
153
+ <visual>
154
+ <origin xyz="0 0 0" rpy="0 0 0" />
155
+ <geometry>
156
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_5.STL" />
157
+ </geometry>
158
+ <material name="">
159
+ <color rgba="1 1 1 1" />
160
+ </material>
161
+ </visual>
162
+ <collision>
163
+ <origin xyz="0 0 0" rpy="0 0 0" />
164
+ <geometry>
165
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/link_5.STL" />
166
+ </geometry>
167
+ </collision>
168
+ </link>
169
+ <joint name="joint_5" type="revolute">
170
+ <origin xyz="-0.0553 0 0.070" rpy="0 0 0" />
171
+ <parent link="link_4" />
172
+ <child link="link_5" />
173
+ <axis xyz="-1 0 0" />
174
+ <limit lower="-1.57" upper="1.57" effort="6" velocity="6" />
175
+ </joint>
176
+
177
+ <link name="link_6">
178
+ <inertial>
179
+ <origin xyz="0.00003207 0.00004116 0.04297674" rpy="0 0 0" />
180
+ <mass value="0.49758791" />
181
+ <inertia ixx="0.00043292" ixy="0.00000309" ixz="0.00000052"
182
+ iyy="0.00038073" iyz="0.00000073" izz="0.00025998" />
183
+ </inertial>
184
+ <visual>
185
+ <origin xyz="0 0 0" rpy="0 0 0" />
186
+ <geometry>
187
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/gp80.STL" />
188
+ </geometry>
189
+ <material name="">
190
+ <color rgba="1 1 1 1" />
191
+ </material>
192
+ </visual>
193
+ <collision>
194
+ <origin xyz="0 0 0" rpy="0 0 0" />
195
+ <geometry>
196
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/gp80.STL" />
197
+ </geometry>
198
+ </collision>
199
+ </link>
200
+ <joint name="joint_6" type="revolute">
201
+ <origin xyz="0.0553 0 0.029" rpy="0 0 0" />
202
+ <parent link="link_5" />
203
+ <child link="link_6" />
204
+ <axis xyz="0 0 1" />
205
+ <limit lower="-2.96" upper="2.96" effort="6" velocity="6" />
206
+ </joint>
207
+
208
+ </robot>
@@ -0,0 +1,208 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <robot name="firefly_y6">
3
+
4
+ <link name="base_link">
5
+ <inertial>
6
+ <origin xyz="-0.00015122 -0.00000305 0.04925993" rpy="0 0 0" />
7
+ <mass value="0.87430597" />
8
+ <inertia ixx="0.0013187" ixy="0.00000009" ixz="-0.00000212" iyy="0.00133505" iyz="0.00000013" izz="0.0010065" />
9
+ </inertial>
10
+ <visual>
11
+ <origin xyz="0 0 0" rpy="0 0 0" />
12
+ <geometry>
13
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/base_link.STL" />
14
+ </geometry>
15
+ <material name="">
16
+ <color rgba="1 1 1 1" />
17
+ </material>
18
+ </visual>
19
+ <collision>
20
+ <origin xyz="0 0 0" rpy="0 0 0" />
21
+ <geometry>
22
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/base_link.STL" />
23
+ </geometry>
24
+ </collision>
25
+ </link>
26
+
27
+ <link name="link_1">
28
+ <inertial>
29
+ <origin xyz="0.00671535 -0.00275632 0.02393862" rpy="0 0 0" />
30
+ <mass value="0.25449622" />
31
+ <inertia ixx="0.00036700" ixy="0.00000933" ixz="-0.00004363" iyy="0.00022812" iyz="0.00001848" izz="0.00032440" />
32
+ </inertial>
33
+ <visual>
34
+ <origin xyz="0 0 0" rpy="0 0 0" />
35
+ <geometry>
36
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_1.STL" />
37
+ </geometry>
38
+ <material name="">
39
+ <color rgba="1 1 1 1" />
40
+ </material>
41
+ </visual>
42
+ <collision>
43
+ <origin xyz="0 0 0" rpy="0 0 0" />
44
+ <geometry>
45
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_1.STL" />
46
+ </geometry>
47
+ </collision>
48
+ </link>
49
+ <joint name="joint_1" type="revolute">
50
+ <origin xyz="0 0 0.09505" rpy="0 0 0" />
51
+ <parent link="base_link" />
52
+ <child link="link_1" />
53
+ <axis xyz="0 0 1" />
54
+ <limit lower="-2.86" upper="2.86" effort="6" velocity="6" />
55
+ </joint>
56
+
57
+ <link name="link_2">
58
+ <inertial>
59
+ <origin xyz="-0.00065196 0.00050605 0.13439379" rpy="0 0 0" />
60
+ <mass value="1.28270343" />
61
+ <inertia ixx="0.01969749" ixy="-0.00000048" ixz="0.00002449" iyy="0.01949532" iyz="0.00000402" izz="0.00071320" />
62
+ </inertial>
63
+ <visual>
64
+ <origin xyz="0 0 0" rpy="0 0 0" />
65
+ <geometry>
66
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_2.STL" />
67
+ </geometry>
68
+ <material name="">
69
+ <color rgba="1 1 1 1" />
70
+ </material>
71
+ </visual>
72
+ <collision>
73
+ <origin xyz="0 0 0" rpy="0 0 0" />
74
+ <geometry>
75
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_2.STL" />
76
+ </geometry>
77
+ </collision>
78
+ </link>
79
+ <joint name="joint_2" type="revolute">
80
+ <origin xyz="0.02 0 0.05" rpy="0 0 0" />
81
+ <parent link="link_1" />
82
+ <child link="link_2" />
83
+ <axis xyz="0 1 0" />
84
+ <limit lower="-1.57" upper="2.09" effort="6" velocity="6" />
85
+ </joint>
86
+
87
+ <link name="link_3">
88
+ <inertial>
89
+ <origin xyz="-0.05668605 -0.00287518 0.15455959" rpy="0 0 0" />
90
+ <mass value="0.93588267" />
91
+ <inertia ixx="0.00983649" ixy="0.00007803" ixz="0.00124619" iyy="0.00991413" iyz="-0.00026866" izz="0.00104920" />
92
+ </inertial>
93
+ <visual>
94
+ <origin xyz="0 0 0" rpy="0 0 0" />
95
+ <geometry>
96
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_3.STL" />
97
+ </geometry>
98
+ <material name="">
99
+ <color rgba="1 1 1 1" />
100
+ </material>
101
+ </visual>
102
+ <collision>
103
+ <origin xyz="0 0 0" rpy="0 0 0" />
104
+ <geometry>
105
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_3.STL" />
106
+ </geometry>
107
+ </collision>
108
+ </link>
109
+ <joint name="joint_3" type="revolute">
110
+ <origin xyz="0 0 0.27" rpy="0 0 0" />
111
+ <parent link="link_2" />
112
+ <child link="link_3" />
113
+ <axis xyz="0 1 0" />
114
+ <limit lower="0" upper="3.14" effort="6" velocity="6" />
115
+ </joint>
116
+
117
+ <link name="link_4">
118
+ <inertial>
119
+ <origin xyz="-0.05184192 -0.00200161 0.04855136" rpy="0 0 0" />
120
+ <mass value="0.55059939" />
121
+ <inertia ixx="0.00075566" ixy="0.00005198" ixz="0.00037393" iyy="0.00098159" iyz="-0.00004878" izz="0.00079856" />
122
+ </inertial>
123
+ <visual>
124
+ <origin xyz="0 0 0" rpy="0 0 0" />
125
+ <geometry>
126
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_4.STL" />
127
+ </geometry>
128
+ <material name="">
129
+ <color rgba="1 1 1 1" />
130
+ </material>
131
+ </visual>
132
+ <collision>
133
+ <origin xyz="0 0 0" rpy="0 0 0" />
134
+ <geometry>
135
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_4.STL" />
136
+ </geometry>
137
+ </collision>
138
+ </link>
139
+ <joint name="joint_4" type="revolute">
140
+ <origin xyz="-0.065 0 0.25" rpy="0 0 0" />
141
+ <parent link="link_3" />
142
+ <child link="link_4" />
143
+ <axis xyz="0 1 0" />
144
+ <limit lower="-1.57" upper="1.57" effort="6" velocity="6" />
145
+ </joint>
146
+
147
+ <link name="link_5">
148
+ <inertial>
149
+ <origin xyz="0.04236212 -0.00000333 0.00771096" rpy="0 0 0" />
150
+ <mass value="0.41052864" />
151
+ <inertia ixx="0.0001862" ixy="-0.00000002" ixz="-0.00001795" iyy="0.00025554" iyz="-0.00000002" izz="0.0002374" />
152
+ </inertial>
153
+ <visual>
154
+ <origin xyz="0 0 0" rpy="0 0 0" />
155
+ <geometry>
156
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_5.STL" />
157
+ </geometry>
158
+ <material name="">
159
+ <color rgba="1 1 1 1" />
160
+ </material>
161
+ </visual>
162
+ <collision>
163
+ <origin xyz="0 0 0" rpy="0 0 0" />
164
+ <geometry>
165
+ <mesh filename="package://xpkg_urdf_firefly_y6/meshes/link_5.STL" />
166
+ </geometry>
167
+ </collision>
168
+ </link>
169
+ <joint name="joint_5" type="revolute">
170
+ <origin xyz="-0.047 0 0.065" rpy="0 0 0" />
171
+ <parent link="link_4" />
172
+ <child link="link_5" />
173
+ <axis xyz="-1 0 0" />
174
+ <limit lower="-1.54" upper="1.54" effort="6" velocity="6" />
175
+ </joint>
176
+
177
+ <link name="link_6">
178
+ <inertial>
179
+ <origin xyz="0.00003207 0.00004116 0.04297674" rpy="0 0 0" />
180
+ <mass value="0.49758791" />
181
+ <inertia ixx="0.00043292" ixy="0.00000309" ixz="0.00000052"
182
+ iyy="0.00038073" iyz="0.00000073" izz="0.00025998" />
183
+ </inertial>
184
+ <visual>
185
+ <origin xyz="0 0 0" rpy="0 0 0" />
186
+ <geometry>
187
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/gp80.STL" />
188
+ </geometry>
189
+ <material name="">
190
+ <color rgba="1 1 1 1" />
191
+ </material>
192
+ </visual>
193
+ <collision>
194
+ <origin xyz="0 0 0" rpy="0 0 0" />
195
+ <geometry>
196
+ <mesh filename="package://xpkg_urdf_archer_d6y/meshes/gp80.STL" />
197
+ </geometry>
198
+ </collision>
199
+ </link>
200
+ <joint name="joint_6" type="revolute">
201
+ <origin xyz="0.047 0 0.034" rpy="0 0 0" />
202
+ <parent link="link_5" />
203
+ <child link="link_6" />
204
+ <axis xyz="0 0 1" />
205
+ <limit lower="-2.79" upper="2.79" effort="6" velocity="6" />
206
+ </joint>
207
+
208
+ </robot>
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hex_zmq_servers
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: HEXFELLOW ZMQ Servers
5
- Author-email: Dong Zhaorui <joray.dong@hexfellow.com>
6
- Maintainer-email: jecjune <zejun.chen@hexfellow.com>, Dong Zhaorui <joray.dong@hexfellow.com>
5
+ Author-email: Dong Zhaorui <dzr159@gmail.com>
6
+ Maintainer-email: jecjune <zejun.chen@hexfellow.com>, Dong Zhaorui <dzr159@gmail.com>
7
7
  License-Expression: Apache-2.0
8
8
  Project-URL: Homepage, https://github.com/hexfellow/hex_zmq_servers
9
9
  Project-URL: Repository, https://github.com/hexfellow/hex_zmq_servers.git
@@ -164,7 +164,7 @@ If you want to cite this project in your work, you can use the following BibTeX
164
164
 
165
165
  ```bibtex
166
166
  @software{hex_zmq_servers,
167
- author = {Dong, Zhaorui},
167
+ author = {Dong, Zhaorui and Chen, Zejun},
168
168
  title = {Hex ZMQ Servers: A ZeroMQ-Based Embodied AI Communication Framework},
169
169
  year = {2025},
170
170
  publisher = {Zenodo},
@@ -186,3 +186,10 @@ Apache License 2.0. See [LICENSE](LICENSE).
186
186
 
187
187
  [![Star History Chart](https://api.star-history.com/svg?repos=hexfellow/hex_zmq_servers&type=Date)](https://star-history.com/#hexfellow/hex_zmq_servers&Date)
188
188
 
189
+ ---
190
+
191
+ # 👥 Contributors
192
+
193
+ <a href="https://github.com/hexfellow/hex_zmq_servers/graphs/contributors">
194
+ <img src="https://contrib.rocks/image?repo=hexfellow/hex_zmq_servers" />
195
+ </a>
@@ -91,7 +91,7 @@ hex_zmq_servers/robot/gello/__init__.py,sha256=7xSTc8ZB-bQODyEo6pzPz3ILZ1eAgVSsy
91
91
  hex_zmq_servers/robot/gello/robot_gello.py,sha256=AwgMZcADtJR0NPjEYV4_p6v70RCFCwVgcT6ycE25Vts,13216
92
92
  hex_zmq_servers/robot/gello/robot_gello_cli.py,sha256=1Ik9sDT8Xh2sXtqR46wbJCt7QhnhTKzJeCEzUiiFLtA,751
93
93
  hex_zmq_servers/robot/gello/robot_gello_srv.py,sha256=5w95Rgt0p0vxaH2olX40V3h0CwVH8eEtx2U0iTO8cxM,2970
94
- hex_zmq_servers/robot/hexarm/__init__.py,sha256=-smiJ_bEpmR6kH7GfqDXQzcmaGCpgyuskdl9Hm_trlI,1852
94
+ hex_zmq_servers/robot/hexarm/__init__.py,sha256=eGnX4YsbiEcor3LjRzIFjoWwsYzkEeu5fDIpKR70olQ,1915
95
95
  hex_zmq_servers/robot/hexarm/robot_hexarm.py,sha256=ciCD2x2_uREJwBavXLe1r_9JOXYd3VzdB4KPb9TI8os,10827
96
96
  hex_zmq_servers/robot/hexarm/robot_hexarm_cli.py,sha256=QbFiZFHnmyu5Wfwzj2fMRGqLdXBrS2HcpTGnG-BH_D8,904
97
97
  hex_zmq_servers/robot/hexarm/robot_hexarm_srv.py,sha256=ANmqwl532d0cV9XCA29_55E-HGwrSmvSzQEDG-r-a2Y,2924
@@ -100,6 +100,7 @@ hex_zmq_servers/robot/hexarm/urdf/archer_d6y/gp100.urdf,sha256=VcZw5HNS4DCcD5mI5
100
100
  hex_zmq_servers/robot/hexarm/urdf/archer_d6y/gp100_handle.urdf,sha256=_5KBK-vHuPZASAsp9EkAFjcY4wsmTS6AioR5iHISuK4,7473
101
101
  hex_zmq_servers/robot/hexarm/urdf/archer_d6y/gp100_p050.urdf,sha256=Y3eevWaK3RHwxOZQnc2cLhQIRE6H7sc6EkgPBVMMVX0,7474
102
102
  hex_zmq_servers/robot/hexarm/urdf/archer_d6y/gp100_p050_handle.urdf,sha256=GAKRohzXEkbpR_rXShsz278UM4BpPu6RXNLrd65jrBg,7471
103
+ hex_zmq_servers/robot/hexarm/urdf/archer_d6y/gp80.urdf,sha256=RWKsUV7TkeV_dROwpssqJRThTNbHNT-astsAtH-PzJg,7535
103
104
  hex_zmq_servers/robot/hexarm/urdf/archer_l6y/empty.urdf,sha256=g7Yn_uIM_ddb_K32FnDgHWSsvxH08oaPDiMb0yUb0Lg,7808
104
105
  hex_zmq_servers/robot/hexarm/urdf/archer_l6y/gp100.urdf,sha256=YJ_S1Hfwg_PV1nr5QZJuikuCO18GqNu6RDA3gEwG-Pk,7620
105
106
  hex_zmq_servers/robot/hexarm/urdf/archer_l6y/gp100_handle.urdf,sha256=64nvgSwuST2e3Aqy7mSwuvEpOKe8I7FntLZ4r-tsR_w,7845
@@ -111,8 +112,9 @@ hex_zmq_servers/robot/hexarm/urdf/archer_y6/gp100_handle.urdf,sha256=sKZRz97fnz0
111
112
  hex_zmq_servers/robot/hexarm/urdf/archer_y6/gp100_p050.urdf,sha256=Ayq0xhf8euYWD83hv-Wa2-D0LyOqFrVj-N6W1X1GEHo,7448
112
113
  hex_zmq_servers/robot/hexarm/urdf/archer_y6/gp100_p050_handle.urdf,sha256=UjeDE7bZgUMPGJlHOJMJofcEjQ2BRkShCUomxhKUPk0,7445
113
114
  hex_zmq_servers/robot/hexarm/urdf/firefly_y6/empty.urdf,sha256=OWNmNHVNP0PvYY8s3jvrNBFAiMEYs3Zxr9NnV1APd8g,7601
114
- hex_zmq_servers-1.0.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
115
- hex_zmq_servers-1.0.0.dist-info/METADATA,sha256=Fun1vJg3YNVw8e30_cH73wk22Slyc7cW_516TTYwyqk,6506
116
- hex_zmq_servers-1.0.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
117
- hex_zmq_servers-1.0.0.dist-info/top_level.txt,sha256=lPH1DfgMrQOe0Grh8zSZopf6LmnLvb_aStVmZ41PyAg,16
118
- hex_zmq_servers-1.0.0.dist-info/RECORD,,
115
+ hex_zmq_servers/robot/hexarm/urdf/firefly_y6/gp80.urdf,sha256=bauC1_kVDeym3yMAJoZppdiyyxJAmf1F4xF56zAdFSo,7650
116
+ hex_zmq_servers-1.0.1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
117
+ hex_zmq_servers-1.0.1.dist-info/METADATA,sha256=nFGAGfH6qUlRR8ksgmeHA2vJ8SA9_WYtrLaEqSlXZMs,6690
118
+ hex_zmq_servers-1.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
119
+ hex_zmq_servers-1.0.1.dist-info/top_level.txt,sha256=lPH1DfgMrQOe0Grh8zSZopf6LmnLvb_aStVmZ41PyAg,16
120
+ hex_zmq_servers-1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5