Function stomp_moveit::filters::chain

Function Documentation

FilterFn stomp_moveit::filters::chain(const std::vector<FilterFn> &filter_functions)

Helper function for applying multiple trajectory update filters in sequential order.

Parameters:

filter_functions – The ordered vector of filter functions to apply

Returns:

The filter function applying all the configured filters in sequence