Skip to content

Commit 1dd39ab

Browse files
committed
Robotic Manipulators V1 Submission
1 parent bebca39 commit 1dd39ab

File tree

80 files changed

+439
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+439
-0
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# List of untracked files to ignore
144 KB
Binary file not shown.

DH_Parameters.mlx

45.8 KB
Binary file not shown.

Data/DH_Exercise.mat

535 Bytes
Binary file not shown.

Images/dh_parameters.png

10.9 KB

Images/joint_DOF.png

14.5 KB

Images/manipulator_model.png

13.7 KB

Images/point_rotation.png

9.03 KB

Images/point_translation.png

10.8 KB

0 commit comments

Comments
 (0)