Skip to content

Commit d9a7579

Browse files
committed
Update Robot_Movement.rst
1 parent 24389dc commit d9a7579

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/Robot_Movement.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
Robot Motion
22
===============================
3+
The primary function of the robot was to pick up the Connect four game token and drop it into the right column. Some of the motions carried out by the robot can be seen in this video
34

45
.. raw:: html
56

6-
<div style="position: relative; padding-bottom: 10%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
7+
<div style="position: relative; padding-bottom: 1%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
78
<iframe src="https://drive.google.com/file/d/1iwWsbIvJiJaZ3lVvjgfFsQGlwxhQhPgR/preview" width="640" height="480"></iframe>
89
</div>
910

10-
..
11-
The motion of the robot was controlled by setting
1211

12+
Here is an overview of the robot's motion when it plays a move
1313

14+
.. figure:: _static/Panda_movement.png
15+
:align: center
16+
:figclass: align-center
1417

1518

16-
A separate python script was created which contained the robot class with methods related to its motion. This enabled us to keep the main python script clean and legible. The following in a breakdown of the methods within this Connect4Robot class.
19+
20+
A separate python script was created which contained the robot class with methods related to its motion. The class methods could be called to move the robot to a cartesian point, open and close the gripper and calibrate the robot's position. Keeping the methods abstracted away in another file enabled us to keep the main python script clean and legible. The following in a breakdown of the methods within this Connect4Robot class.
1721

1822

1923
Init

0 commit comments

Comments
 (0)