ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using PPS pressure sensors in ROS

asked 2012-02-24 05:49:01 -0500

Woutervdh gravatar image

updated 2014-01-28 17:11:28 -0500

ngrennan gravatar image

Recently we acquired touch sensor pads for our Barrett hands from PPS. I would like to use these sensors on linux and integrate them into ROS, but PPS offers no support in this direction. Yet I have seen that Joe Romano has used this system on the PR2, which I assume is linux based. I have checked out the repository and found the hardware_interface.h" which has declarations for some classes involving this sensor, but I can't seem to find any implementation. Does anyone have ideas/ resources I could use to tackle this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-02-25 05:41:17 -0500

ahendrix gravatar image

On the PR2, we have the fingertip sensors connected by an SPI interface to our custom gripper control board, which communicates with the rest of the robot over EtherCAT. This may be overly complicated for your setup.

If you sensors have an SPI interface, you probably want to find or build an SPI to computer interface; an Arduino and rosserial is probably a good place to start.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-02-24 05:49:01 -0500

Seen: 435 times

Last updated: Feb 25 '12