Difference between revisions of "PUMA THETA Parameters"
m (Miborich moved page Axystems:PUMA DH Parameters to PUMA DH Parameters: Global renaming of Axystems: namespace into (Main):) |
|||
| Line 25: | Line 25: | ||
<!-- [[Category:Mechatronics:AR-series robots]] --> | <!-- [[Category:Mechatronics:AR-series robots]] --> | ||
| − | [[Category | + | [[Category:Motion Control]] |
Revision as of 09:19, 22 May 2014
Theta of DH for PUMA model
DH Theta parameter was added for PUMA, to support Staublie series of robots where {0,0,0,0,0} position is straight up arm.
double PUMA_GET_THETA(int hndl, int i); double PUMA_SET_THETA(int hndl,int i, double value);
Remember to add in your PROTO.PRO file:
import_c PUMA_GET_THETA(byval as long, byval as long) as double import_c PUMA_SET_THETA(byval as long, byval as long,byval as double) as double
Algorithm
Basically the values are added in IK and DK to each of joint angle values.
Return Value
If an error occurs (non-PUMA model or invalid index) both functions return -1
If everything is OK, PUMA_SET_THETA returns 1
Availability
Since version 4.5.15