MAPS-TFSS: Manipulating And Perceiving Simultaneously - Tactile Force Sensor Simulator

Usage Examples

Two example applications are included in this distribution.

TestObjectAndSensorViewer

This application allows you to interact with 3 simulated tactile sensors using an object with parts of various shapes.

Two windows are displayed, one showing the object and sensors (External View) and one showing the output of the simualted sensors (Sensor View).

Keyboard commands:

Mouse control - all apply to the currently-controlled object(s):

osv-ss.png

TestObjectAndSensorViewer Screenshot

TestPPSMockUp

This application allows you to interact with a simulated system of two side-by-side tactile sensors based on a real set of sensors from Presure Profile Systems (PPS) using a 3D model (in OFF format) specified as a command-line argument. A sample model of an H-shaped object is available at examples/h.off, and many more can be obtained from the Princeton Shape Benchmark.

e.g. if your build and source tree are set up as in the Installation Instructions, you can run the application with a provided 3D model with

 ~/tmp/build$ ./bin/TestPPSMockUp ../MAPS-TFSS/examples/h.off 

Two windows are displayed, one showing the object and sensors (External View) and one showing the output of the simualted sensors (Sensor View).

Keyboard commands:

Mouse control - all apply to the currently-controlled object(s):

pps-ss.png

TestPPSMockUp Screenshot