libglove - A free and open data glove library

0.6.2

Objectives

Project overview

Figure 1 shows the three components the project consist out of:

libglove.png

Fig. 1 Project structure

Furthermore a number of demo applications is available for the different levels the library may be used.

What it looks like

Basically one can choose between four ways of accessing a data glove, whereas three are outlined below using the example of a CyberGlove(R):

Either way accessing the sensor values doesn't differ at all:

 if (glove->connect()) {
 glove->setCalibration(new CyberGloveLinearCalibration("glove.calib"));

   for (int i = 0; i < 100; i++) {
     ... = glove->getAngles();
     ... = glove->getAngle(CyberGlove::INDEX, CyberGlove::DISTAL);
   }

   glove->disconnect();
 }

The forth option to operate a data glove is to directly use it's low level implementation. In the case of the CyberGlove(R) this refers to the glove::devices::impl::CGIU class.

There are several demo applications (c.f. http://libglove.svn.sourceforge.net/viewvc/libglove/trunk/demo/) available to explain those different modes of operation. Furthermore the calibration tool glove-calib (which itself is a remote application) gives a good inside as well.

Supported devices

Dependencies

License (3-clause BSD)

Copyright (c) 2009-2010, Christian Wressnegger
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Acknowledgment

Big thanks to ISR Lisbon and Vislab where I had the chance to work on and experiment with data gloves.

Author:
Christian Wressnegger
Date:
2009-2010

Generated on Thu Feb 4 12:36:53 2010 for libglove by  doxygen 1.5.8