Home > arte3.2.0 > RAPID > functions > get_conf_data.m

get_conf_data

PURPOSE ^

Obtain joint configuration values from robtarget data type

SYNOPSIS ^

function conf=get_conf_data(robtarget)

DESCRIPTION ^

Obtain joint configuration values from robtarget data type

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %Obtain joint configuration values from robtarget data type
0002 
0003 % Copyright (C) 2012, by Arturo Gil Aparicio
0004 %
0005 % This file is part of ARTE (A Robotics Toolbox for Education).
0006 %
0007 % ARTE is free software: you can redistribute it and/or modify
0008 % it under the terms of the GNU Lesser General Public License as published by
0009 % the Free Software Foundation, either version 3 of the License, or
0010 % (at your option) any later version.
0011 %
0012 % ARTE is distributed in the hope that it will be useful,
0013 % but WITHOUT ANY WARRANTY; without even the implied warranty of
0014 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0015 % GNU Lesser General Public License for more details.
0016 %
0017 % You should have received a copy of the GNU Leser General Public License
0018 % along with ARTE.  If not, see <http://www.gnu.org/licenses/>.
0019 function conf=get_conf_data(robtarget)
0020 
0021 conf = robtarget(8:11);

Generated on Fri 03-Jan-2014 12:20:01 by m2html © 2005