-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
43 lines (33 loc) · 2.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*************************************************************************\
Copyright 2014-2019
Institute of Industrial and Control Engineering (IOC)
Universitat Politecnica de Catalunya
BarcelonaTech
All Rights Reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
\*************************************************************************/
The Kautham Project is a software tool used at the Institute of Industrial
and Control Engineering (IOC-UPC) for teaching and research in robot motion
planning. The tool allows to cope with problems with one or more robots,
being a generic robot defined as a kinematic tree with a mobile base. i.e.
the tool can plan and simulate from simple two degrees of freedom free-flying
robots to multi-robot scenarios with mobile manipulators equipped with
anthropomorphic hands. The main core of planners is provided by the Open
Motion Planning Library (OMPL). Different basic planners can be flexibly
used and parameterized, allowing students to gain insight into the different
planning algorithms. Among the advanced features the tool allows to easily
define the coupling between degrees of freedom, the dynamic simulation and
the integration with task planers. It is principally being used in the
research of motion planning strategies for hand-arm robotic systems.
Contact: [email protected]