MAGIKS
1.1
Manipulator General Inverse Kinematic Solver
Main Page
Related Pages
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Pages
software
python
magiks
taskspace
task_frame.py
Go to the documentation of this file.
1
## @file: task_frame.py
2
# @brief: This module provides a class representing the reference orientation of an endeffector and the desired value for it.
3
# @author Nima Ramezani Taghiabadi
4
#
5
# PhD Researcher
6
# Faculty of Engineering and Information Technology
7
# University of Technology Sydney (UTS)
8
# Broadway, Ultimo, NSW 2007, Australia
9
# Phone No. : 04 5027 4611
10
# Email(1) : nima.ramezani@gmail.com
11
# Email(2) : Nima.RamezaniTaghiabadi@uts.edu.au
12
# @version 3.0
13
#
14
# Last Revision: 11 January 2015
15
16
import
numpy, math
17
18
from
packages.nima.robotics.kinematics.jacobian
import
jacobian
as
jaclib
19
20
import
packages.nima.mathematics.algebra.vectors_and_matrices
as
vecmat
21
22
from
packages.nima.mathematics.geometry
import
metric, geometry
as
geo, trajectory
as
trajlib
23
24
Generated on Sat Jun 4 2016 20:04:30 for MAGIKS by
1.8.8