personalrobotics / forque_sensor_hardware

Reads and manages the Force/Torque sensor of the Forque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forque Sensor Hardware

Reads and manages the Force/Torque sensor of the Forque.

The Hardware Interface can connect to the F/T sensor via IP, publish its data as a ROS topic and trigger a re-tare (or disable any biasing).

Sample Usage

ros2 run forque_sensor_hardware forque_sensor_hardware —ros-args -p host:=xxx.xxx.x.xx (replace the x's with the F/T sensor's IP address)

(See the code for a complete list of parameters)

About

Reads and manages the Force/Torque sensor of the Forque

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 97.2%Language:CMake 2.8%