Skip to content

Commit 6301e69

Browse files
committed
added xarm 7 URDF description
1 parent 2f7b7ca commit 6301e69

File tree

10 files changed

+34
-12
lines changed

10 files changed

+34
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ rr-render \
277277
--joint-states-path test/assets/lbr_med7_r800/samples \
278278
--image-pattern left_image_*.png \
279279
--joint-states-pattern joint_states_*.npy \
280-
--output-path test/assets/lbr_med7_r800/samples
280+
--output-path /tmp/renders/lbr_med7_r800
281281
```
282282

283283
## Testing
@@ -288,13 +288,12 @@ To run Hydra robust ICP on provided `xarm` and `realsense` data, run
288288

289289
```shell
290290
rr-hydra \
291-
--camera-info-file test/assets/xarm/realsense/camera_info.yaml \
292-
--path test/assets/xarm/realsense \
291+
--camera-info-file test/assets/xarm_7/samples/camera_info.yaml \
292+
--path test/assets/xarm_7/samples \
293293
--mask-pattern mask_*.png \
294294
--depth-pattern depth_*.npy \
295295
--joint-states-pattern joint_state_*.npy \
296-
--ros-package xarm_description \
297-
--xacro-path urdf/xarm_device.urdf.xacro \
296+
--urdf-path test/assets/xarm_7/description/xarm_7.urdf \
298297
--root-link-name link_base \
299298
--end-link-name link7 \
300299
--number-of-points 5000 \
@@ -308,17 +307,16 @@ Generate renders using the obtained extrinsics:
308307
rr-render \
309308
--batch-size 1 \
310309
--num-workers 0 \
311-
--ros-package xarm_description \
312-
--xacro-path urdf/xarm_device.urdf.xacro \
310+
--urdf-path test/assets/xarm_7/description/xarm_7.urdf \
313311
--root-link-name link_base \
314312
--end-link-name link7 \
315-
--camera-info-file test/assets/xarm/realsense/camera_info.yaml \
316-
--extrinsics-file test/assets/xarm/realsense/HT_hydra_robust.npy \
317-
--images-path test/assets/xarm/realsense \
318-
--joint-states-path test/assets/xarm/realsense \
313+
--camera-info-file test/assets/xarm_7/samples/camera_info.yaml \
314+
--extrinsics-file test/assets/xarm_7/samples/HT_hydra_robust.npy \
315+
--images-path test/assets/xarm_7/samples \
316+
--joint-states-path test/assets/xarm_7/samples \
319317
--image-pattern img_*.png \
320318
--joint-states-pattern joint_state_*.npy \
321-
--output-path test/assets/xarm/realsense
319+
--output-path /tmp/renders/xarm_7
322320
```
323321

324322
## Acknowledgements
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:34b541122df84d2ef5fcb91b715eb19659dc15ad8d44a191dde481f780265636
3+
size 184184
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:61e641cd47c169ecef779683332e00e4914db729bf02dfb61bfbe69351827455
3+
size 225584
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9e2798e7946dd70046c95455d5ba96392d0b54a6069caba91dc4ca66e1379b42
3+
size 237084
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c757fee95f873191a0633c355c07a360032960771cabbd7593a6cdb0f1ffb089
3+
size 243684
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:715ad5787c5dab57589937fd47289882707b5e1eb997e340d567785b02f4ec90
3+
size 229084
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:85b320aa420497827223d16d492bba8de091173374e361396fc7a5dad7bdb0cb
3+
size 399384
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:97115d848fbf802cb770cd9be639ae2af993103b9d9bbb0c50c943c738a36f18
3+
size 231684
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:65943ebd6a0d3fa59373f8c15ad8cbcb37448c53bc1dd21e9a115863d979b0e4
3+
size 8041

0 commit comments

Comments
 (0)