Metadata-Version: 2.2
Name: AIUT_RoboticsToolbox
Version: 0.0.0.5
Summary: A simple Robotics package
Home-page: https://github.com/pypa/AIUT_RoboticsToolBox
Author: Maziar Palhang
Author-email: Maziar Palhang <palhang@iut.ac.ir>
Project-URL: Homepage, https://github.com/pypa/AIUT_RoboticsToolbox
Project-URL: Issues, https://github.com/pypa/AIUT_RoboticsToolbox/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# A Robotics Toolbox from Maziar Palhang

This is a simple Robotics Toolbox package.

To install this package:\
on windows:\
py -m pip install AIUT_RoboticsToolbox\

on Linux and Mac:\
python3 -m pip install AIUT_RoboticsToolbox\

To upgrade:\
on Windows:\
py -m pip install AIUT_RoboticsToolbox --upgrade\
on Linux and Mac:\
python3 -m pip install AIUT_RoboticsToolbox --upgrade\
To use this package in your program, add the following line:\
from AIUT_RoboticsToolbox.Toolbox import *

## Routines:\
rotx(ang) #angle in degrees\
roty(ang)\
rotz(ang)\
rpy2r(gamma,beta,alpha)\
r2rpy(r)\
euler2r(alpha,beta,gamma)\
r2euler(r)\
angvec2r(theta,v)\
r2angvec(r)\
skew(k)  #make a skew matrix from a 3 element vector\
r2skew(r) #finds the corresponding skew matrix of a rotation matrix\
plot(r)  #plot a rotation matrix\

## Classes:

SerialLink(name,links)\
Puma560(name)\
SCARA(name,l1,l2)\
