moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Functions | |
FilterFn | simpleSmoothingMatrix (size_t num_timesteps) |
FilterFn | enforcePositionBounds (const moveit::core::JointModelGroup *group) |
FilterFn | chain (const std::vector< FilterFn > &filter_functions) |
Helper function for applying multiple trajectory update filters in sequential order.
filter_functions | The ordered vector of filter functions to apply |
Definition at line 108 of file filter_functions.hpp.
FilterFn stomp_moveit::filters::enforcePositionBounds | ( | const moveit::core::JointModelGroup * | group | ) |
Creates a filter function that clips all waypoint positions using the joint bounds of a given JointModelGroup.
group | The JointModelGroup providing the joint limits |
Definition at line 86 of file filter_functions.hpp.
FilterFn stomp_moveit::filters::simpleSmoothingMatrix | ( | size_t | num_timesteps | ) |
Creates a filter function that applies Stomp's smoothing matrix for the whole trajectory.
num_timesteps | The number of trajectory waypoints configured for STOMP |
Definition at line 63 of file filter_functions.hpp.