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

Revision history [back]

click to hide/show revision 1
initial version

You can (optionally) setup a filter chain for individual joints. Before control commands leave the controller, they go through the filter chain for post-processing. You can register any filter that complies with the FilterChain<double> interface. See the filters package for more information.

By default no filters are used.