Menu

Tree [fd1387] master /
 History

HTTPS access


File Date Author Commit
 conf 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 docs 2018-11-12 Richard Gourdeau Richard Gourdeau [663cc2] macos compat
 doxy 2013-07-31 Richard Gourdeau Richard Gourdeau [7ab2ca] printf more portable
 newmat 2018-11-11 Richard Gourdeau Richard Gourdeau [39c9b9] type cast (int *)
 source 2014-04-19 Richard Gourdeau Richard Gourdeau [ad2deb] Root dir not always writable for mingw only
 CMakeLists.txt 2022-02-20 Richard Gourdeau Richard Gourdeau [fd1387] cmake version
 bench.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 bench.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 demo.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 demo.txt 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 demo.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 demo_2dof_pd.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 demo_2dof_pd.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 makedist 2013-12-12 Richard Gourdeau Richard Gourdeau [f37801] Missing HTML and JS
 makefile.bc5 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 makefile.gcc 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 makefile.gccOSX 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 makefile.gw32 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 makefile.qnx 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 makefile.vcpp 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 newmat.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 newmat.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 readme.txt 2013-07-31 Richard Gourdeau Richard Gourdeau [29fa16] Updated for SF hosting
 roboop.bkl 2013-07-31 Richard Gourdeau Richard Gourdeau [0e96fe] Removing CVS keywords from makefiles
 roboop.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 roboop.dsw 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 roboop.sln 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 roboop.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 rr_dat.txt 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 rtest.dsp 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit
 rtest.vcproj 2013-07-29 Richard Gourdeau Richard Gourdeau [a8058c] Initial commit

Read Me

This is the ROBOOP readme.txt file
==================================

This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.

This library 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Report problems and direct all questions to:

Richard Gourdeau, Professeur
Departement de genie electrique
Ecole Polytechnique de Montreal
C.P. 6079, Succ. Centre-Ville
Montreal, Quebec, H3C 3A7

email: richard.gourdeau@polymtl.ca


DESCRIPTION
===========

This library (ROBOOP) is a C++ robotics object oriented programming toolbox 
suitable for synthesis, and simulation of robotic manipulator models in an 
environment that provides "MATLAB like" features for the treatment of 
matrices. Its is a portable tool that does not require the use of commercial 
software. A class named Robot provides the implementation of the kinematics, 
the dynamics and the linearized dynamics of serial robotic manipulators.


WHERE CAN GET THIS PACKAGE
==========================

Program source and documentation are available from the URL: 
        http://roboop.sourceforge.net/


DOCUMENTATION
=============

The documentation is provided in PDF format:
        docs/robot.pdf

Documentation in html format is available from the URL: 
        http://roboop.sourceforge.net/



VERSION
=======

This is version 1.32 of the package.

See the documentation for the version history.