Project Advances 1st Term: Code-Breakers
Project Advances 1st Term: Code-Breakers
Project Advances 1st Term: Code-Breakers
Anthropomorphic Robot
RRR Robot
Project
Advances
1st Term
INTRODUCTION ........................................ 2
MECHANICAL DESIGN ............................... 3
ELECTRICAL DESIGN .................................. 3
DGM SOLVED ............................................ 3
SOLVES DGM ............................................ 3
6DOF DGM SOLVED .................................. 3
2
INTRODUCTION
The objective of this report is tol et you know about the advances for our
development in our Project. As We know, the report for the first term, must include
the following information:
- Mechanical/Electrical Design
- DGM Solved
- Solves DGM
- And the 6DOF DGM Solved
For this reason, we redact those points in order, to make easy for you read it.
The robot Will be an anthropomorphic robot, wich is defined as a three cylindrical
joints, which let us change the rotation and/or the inclination for the robot links.
Nowadays, the increased interest on this type of robot, lies not so much in the
novelty of robots as an illusion of the human-like life they give.
To make mor e detailed the developing for the link of the robot, we made a
SolidWorks assembly, to detail the structure that we are based on, obviously we
are gong to change some details in the future for the better, and make the
movement of the links smooth and precise.
To make the robot move, we need some electrical component, such that realize the
rotational movement of the robot. Also, we need a component which give us the
chance to program and modify the behavior of the robot. To make those things
reality, we add a list of our electrical components.
- Arduino uno
To begin with the DGM for our robot, we made a diagram which help us to obtain the
D-H parameters and write the code for solve the DGM, to represent this we add some
figures.
𝑖 𝜎 a 𝛼 d 𝛳
1 0 0 - π/2 𝑳𝟏 𝜭𝟏 *
2 0 𝑳𝟐 0 0 𝜭𝟐 *
3 0 𝑳𝟑 0 0 𝜭𝟑 *
To fill the table, we follow the method that we learn in class, and add variables to
represent the link dimensions.
7
SOLVES DGM
All things considered, we simulated the D-H parameters in the code we write.
𝑖 𝜎 a 𝛼 d 𝛳
1 0 0 −𝝅/𝟐 𝑳𝟏 𝜭𝟏 *
2 0 𝑳𝟐 0 0 𝜭𝟐 *
3 0 0 𝝅/𝟐 0 𝜭𝟑 *
4 0 0 −𝝅/𝟐 𝑳𝟒 𝜭𝟒 *
5 0 0 𝝅/𝟐 0 𝜭𝟓 *
6 0 0 −𝝅/𝟐 𝑳𝟔 𝜭𝟔 *
Table 2. D-H Parameters
9