Overview
Last update: April 1st, 2020
These ROS packages are for the Geomagic Touch (formerly Sensable PHANToM Omni) haptic device – firewire version.
I developed them during my time at the Group of Robots and Intelligent Machines, Universidad Politécnica de Madrid.
Installation
These instructions have been tested with OpenHaptics SDK 3.0 in Ubuntu 16.04, 64 bits and ROS Kinetic. Before going any further please check the following:
- You have a firewire device NOT the Ethernet one.
- Your development machine has a firewire port. I have tested both Firewire400 and Firewire800 and they work just fine.
- You understand what a catkin workspace, a symbolic link and a git repository are.
Requirements
The following are the requirements so that you can run PHANToMConfiguration
:
OpenHaptics SDK
In order to connect to the device, you will need to install OpenHaptics SDK.
Symbolic Links
Because OpenHaptics SDK installs the libraries in some weird locations, you need to create the following symbolic links: (Only required in 64 bits systems)
ROS Metapackage
Go to your ROS working directory. e.g.
Use the wstool
to install the repository
Check for any missing dependencies using rosdep:
After installing the missing dependencies compile your ROS workspace. e.g.
Be sure to always source the appropriate ROS setup file, e.g:
You might want to add that line to your ~/.bashrc
.
Allow Access to the FireWire Interface
This package provides a dummy driver that allows you to access the FireWire interface. For new installations or every time you upgrade your linux kernel, please run the following command:
Testing the Installation
Try the omni.launch
file in the omni_common
package: