Robot Glove


Robot Glove Project

A project to use the P5Glove to control a Lynxmotion Robot Arm.

Description

The Robot Glove is an example of a telepresence application suitable for demonstration purposes.

The code is written in 100% Java. The P5Glove interface is provided by Carl Kenners P5 Absolute Mode dll that is available on the [WWW]p5glove group on Yahoo. The [WWW]Lynxmotion Robot Arm is controlled via the RS232 interface with the Java comm library. This allows theoretically "portable" code across Windows and Linux. The arm uses a [WWW]Mini SSC Serial Servo Controller.

Bending the fingers opens and closes the gripper. The yaw axis controls the base rotation. Pitch controls the wrist. The Z-axis controls the shoulder at the base and the Y-axis controls the elbow.

The Code

[WWW]Here is the source code written in Java for the original beta version of Kenners CP5DLL.

Updated 05/19/2007 - [WWW]RobotGlove.java Version 2 has been updated to work with the Beta version 3 of Kenners CP5DLL. There is a beta 3.1 version of CP5DLL on [WWW]yahoogroups, but I was unable to make it work. It was also modified to work with [WWW]RXTX since [WWW]Sun left everyone high and dry on javax.

Other Sources

[WWW]P5 Yahoo Group THE source for P5Glove information.

There is a great new P5 Glove resource from [WWW]Dr Andrew Davison. He wrote a chapter dedicated to the P5 Glove in his book titled [WWW]Killer Game Programming in Java and [WWW]Pro Java 6 3D Game Development. The [WWW]chapter even mentions this project on page 4.


This page is maintained by EricLundquist