moveit2
The MoveIt Motion Planning Framework for ROS 2.
Namespaces | Functions
filter_functions.hpp File Reference

Filter functions that can be passed to STOMP via a ComposableTask. More...

#include <Eigen/Geometry>
#include <moveit/robot_model/joint_model_group.h>
#include <stomp_moveit/stomp_moveit_task.hpp>
#include <stomp/utils.h>
Include dependency graph for filter_functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 stomp_moveit
 
 stomp_moveit::filters
 

Functions

FilterFn stomp_moveit::filters::simpleSmoothingMatrix (size_t num_timesteps)
 
FilterFn stomp_moveit::filters::enforcePositionBounds (const moveit::core::JointModelGroup *group)
 
FilterFn stomp_moveit::filters::chain (const std::vector< FilterFn > &filter_functions)
 

Detailed Description

Filter functions that can be passed to STOMP via a ComposableTask.

Author
Henning Kayser

Definition in file filter_functions.hpp.