ece4560:maniplots
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4560:maniplots [2015/02/25 21:36] – pvela | ece4560:maniplots [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | Line 15: | ||
planarRX_display(alphaJoints, | planarRX_display(alphaJoints, | ||
</ | </ | ||
- | although the second and third arguments are optional. | + | although the second and third arguments are optional. |
+ | <code matlab> | ||
+ | planarR2_display([pi/ | ||
+ | </ | ||
+ | Note that the argument is a vertical/ | ||
+ | <code matlab> | ||
+ | planarR2_display([pi/ | ||
+ | </ | ||
+ | or | ||
+ | <code matlab> | ||
+ | planarR2_display([pi/ | ||
+ | </ | ||
+ | Suppose that you had run '' | ||
<code matlab> | <code matlab> | ||
nframes = 100; | nframes = 100; | ||
tvect = linspace(ti, | tvect = linspace(ti, | ||
for tT = tvect | for tT = tvect | ||
- | alphaT = interp1(tsol, | + | alphaT = transpose(interp1(tsol, |
planarRX_display(alphaT, | planarRX_display(alphaT, | ||
end | end | ||
Line 65: | Line 77: | ||
The 6R elbow manipulator (6R means 6 revolute joints) is a kinematically sufficient manipulator for SE(3). | The 6R elbow manipulator (6R means 6 revolute joints) is a kinematically sufficient manipulator for SE(3). | ||
- | The slightly more fully functional manipulator to be used in the course | + | It is one of the most common designs found in industry (at least when working with kinematically sufficient manipulators). |
<code matlab> | <code matlab> | ||
Line 75: | Line 87: | ||
--------- | --------- | ||
;#; | ;#; | ||
- | [[: | Main ]] | + | [[ECE4560: |
;#; | ;#; |
ece4560/maniplots.1424918164.txt.gz · Last modified: 2024/08/20 21:38 (external edit)