
/*************************************************************************\
   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: jan.rosell@upc.edu


 
