A ROS Package that enables shear force estimation with Facebooks DIGIT Tactile sensors
https://drive.google.com/file/d/1lFl928FAtotZ-w2F6MqtwLAZmR1IUUmk/view
Required dependencies: OpenCV Digit PRMessages
How to run:
- Clone the repo (this repo is a workspace)
- Run
catkin build
- Run
source devel/setup.bash
from the root directory - Run
roscore
- Run
roslaunch digit digit.launch
- Run
rostopic echo \magnitude
to get magnitudes - Optionally, run
rosservice call /tare false
to tare values to zero, orrosservice call /resetPoints false
to reset which points optical flow tracks
How to do data collection:
- Run steps 1-3 from the previous section
- Make sure both the f/t sensor and the digit sensor are connected to the computer
- Run
roslaunch digit collect.launch
- Optionally, run
rosservice call wireless_ft/reset_bias
to tare androsservice call /tare false
to tare the digit sensor - Run
rostopic echo \forque\forqueSensor
to get F/T sensor readings - Run
rosbag record -a
to collect data. The data is published to topics/sync_force_data
,/sync_img_data
and/sync_magnitude_data
.