ece4560:piktul:04pnp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4560:piktul:04pnp [2017/10/13 11:57] – pvela | ece4560:piktul:04pnp [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
Once raised, it returns to the home position. | Once raised, it returns to the home position. | ||
- | ==== Repetetive | + | ==== Repetitive |
-------------------- | -------------------- | ||
Line 22: | Line 22: | ||
--------------- | --------------- | ||
+ | === Inverse Kinematics == | ||
+ | |||
+ | Recall that the inverse kinematics for this problem has two solutions that one can call the //left// or //right// arm solution (does it bend left or right). | ||
+ | |||
+ | In principal, both the left and right solutions should be possible to achieve, however the piktul has angular limits that make one of the solutions preferred for different regions of space. | ||
+ | |||
+ | The okay option is to have an optional argument that indicates which of the two solutions to use. The code may already have such a variable called '' | ||
+ | |||
+ | The best option is to solve for both, then see which of the two options is valid relative to the joint limits. | ||
+ | |||
+ | Either way, the inverse kinematics should be capable of returning a correct solution when given an end-effector configuration that can be achieved by the piktul. | ||
+ | |||
+ | |||
+ | === Pick and Place === | ||
The member function code created for this should be somewhat generic. | The member function code created for this should be somewhat generic. | ||
creating a pick and place routine for the joint angles that takes the pick and place revolute joint angles (2x3 vector), the target upper and lower heights (2 vector), the gripper widths (2 vector), and a timing vector specifying how long each part of the sequence should take, then creates the execution sequence and executes. | creating a pick and place routine for the joint angles that takes the pick and place revolute joint angles (2x3 vector), the target upper and lower heights (2 vector), the gripper widths (2 vector), and a timing vector specifying how long each part of the sequence should take, then creates the execution sequence and executes. | ||
Line 27: | Line 41: | ||
The solution should not be hard-coded for the actual tasks given. | The solution should not be hard-coded for the actual tasks given. | ||
+ | === The Code === | ||
+ | |||
+ | The '' | ||
--------- | --------- |
ece4560/piktul/04pnp.1507910247.txt.gz · Last modified: 2024/08/20 21:38 (external edit)