Force Torque Sensor Broadcaster
Broadcaster of messages from force/torque state interfaces of a robot or sensor.
The published message type is geometry_msgs/msg/WrenchStamped
.
The broadcaster also supports filtering the force/torque readings using a filter chain, enabling the sequential application of multiple filters. In this case, an additional topic with the
_filtered
suffix will be published containing the final result. For more details on filters, refer to the filters package repository.
See the parameter section for instructions on configuring a filter chain with an arbitrary number of filters.
The controller is a wrapper around ForceTorqueSensor
semantic component (see controller_interface
package).
Parameters
This controller uses the generate_parameter_library to handle its parameters. The parameter definition file located in the src folder contains descriptions for all the parameters used by the controller.
The interfaces can be defined in two ways, using the sensor_name
or the interface_names
parameter:
Those two parameters cannot be defined at the same time.
The filter chain is configured as a sequential list of filters under the sensor_filter_chain
parameter, where each filter is identified by the key filterN
, with N
representing its position in the chain (e.g., filter1
, filter2
, etc.).
Each filter entry must specify the name
and type
of the plugin, along with any additional parameters required by that specific filter plugin. The chain will use the pluginlib library to load each filter at runtime,
passing the specified parameters.
The chain processes the data sequentially, passing the output of one filter as the input to the next.
Full list of parameters:
An example parameter file for this controller can be found in the test directory: