Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Updated CNC scene textures.
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticsystem committed Jul 31, 2023
1 parent 39568b8 commit cc0e12f
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 382 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<joint name="robot_base_joint" type="fixed">
<parent link="world" />
<child link="robot_base" />
<origin xyz="0 0 -0.8" rpy="0 0 0" />
<origin xyz="0 0 -0.8" rpy="0 0 3.14" />
</joint>

<!-- Hexagonal tables -->
Expand All @@ -157,7 +157,7 @@
<joint name="left_hexagonal_table_joint" type="fixed">
<parent link="world" />
<child link="left_hexagonal_table" />
<origin xyz="0.8 0 -0.8" rpy="0 0 0" />
<origin xyz="0.8 0 -0.8" rpy="0 0 3.14" />
</joint>

<link name="right_hexagonal_table">
Expand All @@ -178,7 +178,7 @@
<joint name="right_hexagonal_table_joint" type="fixed">
<parent link="world" />
<child link="right_hexagonal_table" />
<origin xyz="-0.8 0 -0.8" rpy="0 0 0" />
<origin xyz="-0.8 0 -0.8" rpy="0 0 3.14" />
</joint>

<!-- Cylinder items -->
Expand All @@ -195,7 +195,7 @@
<joint name="left_cylinder_item_joint" type="fixed">
<parent link="world" />
<child link="left_cylinder_item" />
<origin xyz="0.73 0.06 -0.25" rpy="0 0 0" />
<origin xyz="0.73 0.06 -0.30" rpy="0 0 3.14" />
</joint>

<link name="right_cylinder_item">
Expand All @@ -211,6 +211,6 @@
<joint name="right_cylinder_item_joint" type="fixed">
<parent link="world" />
<child link="right_cylinder_item" />
<origin xyz="-0.73 0.06 -0.25" rpy="0 0 0" />
<origin xyz="-0.73 0.06 -0.30" rpy="0 0 3.14" />
</joint>
</robot>
Binary file modified src/picknik_ur_mock_hw_config/meshes/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
562 changes: 300 additions & 262 deletions src/picknik_ur_mock_hw_config/meshes/cnc.dae

Large diffs are not rendered by default.

Binary file modified src/picknik_ur_mock_hw_config/meshes/cnc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/picknik_ur_mock_hw_config/meshes/cylinder-item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
176 changes: 61 additions & 115 deletions src/picknik_ur_mock_hw_config/meshes/table.dae

Large diffs are not rendered by default.

Binary file modified src/picknik_ur_mock_hw_config/meshes/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc0e12f

Please sign in to comment.