Datasets:

ArXiv:
License:
stonet2000 commited on
Commit
617149a
1 Parent(s): 3e8c7fe

Fix typo in urdf/kitchen_counter/kitchen_counter.urdf with box collision size

Browse files

Some parsers like Urchin for URDFs will parse the typo incorrectly since there is a comma there (it will only read the first two numbers). This is a fix for that and also for consistency with all other urdfs

urdf/kitchen_counter/kitchen_counter.urdf CHANGED
@@ -89,7 +89,7 @@
89
  <collision group="2">
90
  <origin rpy="0 0 0" xyz="-0.13955 0.71164 -1.0423"/>
91
  <geometry>
92
- <box size="0.617 0.145, 0.894"/>
93
  </geometry>
94
  </collision>
95
  </link>
 
89
  <collision group="2">
90
  <origin rpy="0 0 0" xyz="-0.13955 0.71164 -1.0423"/>
91
  <geometry>
92
+ <box size="0.617 0.145 0.894"/>
93
  </geometry>
94
  </collision>
95
  </link>