-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-structure
More file actions
22 lines (22 loc) · 1.06 KB
/
project-structure
File metadata and controls
22 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project-root/
├── assets/
│ ├── css/
│ │ └── main.css
│ ├── images/
│ │ ├── cube_diff.gif
│ │ ├── cube_same.gif
│ │ ├── sphere_diff.gif
│ │ └── cylinder_diff.gif
│ └── stl-files/ # For storing STL files
│ ├── throwing_ee_base_v2.stl # Base mounting plate and support structure
│ ├── throwing_ee_gripper_v2.stl # Gripper fingers and actuation mechanism
│ ├── throwing_ee_spring_housing_v2.stl # Housing for the spring mechanism
│ ├── throwing_ee_release_v2.stl # Release mechanism components
│ ├── throwing_ee_xarm_mount_v2.stl # xArm robot mounting adapter
│ └── throwing_ee_full_assembly_v2.stl # Complete assembly for reference
├── scripts/
│ └── download.js
└── index.html
└── downloads/
├── throwing_ee_stl_files.zip # Contains all STL files
└── throwing_ee_cad_files.zip # Contains Fusion 360 files