This defines a polynomial smoother update filter. More...
#include <ros/console.h>
#include <Eigen/Geometry>
#include <eigen_conversions/eigen_msg.h>
#include <moveit/robot_state/robot_state.h>
#include <moveit/robot_state/conversions.h>
#include <pluginlib/class_list_macros.h>
#include <stomp_moveit/update_filters/polynomial_smoother.h>
#include <stomp_moveit/utils/polynomial.h>
#include <XmlRpcException.h>
Go to the source code of this file.
Namespaces | |
namespace | stomp_moveit |
namespace | stomp_moveit::update_filters |
This defines a polynomial smoother update filter.
This smooths the noisy update.
Definition in file polynomial_smoother.cpp.