This class generates noisy trajectories to an under-constrained cartesian goal pose. More...
#include "stomp_plugins/noise_generators/goal_guided_multivariate_gaussian.h"#include <stomp_moveit/utils/multivariate_gaussian.h>#include <XmlRpcException.h>#include <pluginlib/class_list_macros.h>#include <ros/package.h>#include <ros/console.h>#include <boost/filesystem.hpp>#include <fstream>
Go to the source code of this file.
Namespaces | |
| namespace | stomp_moveit |
| namespace | stomp_moveit::noise_generators |
Functions | |
| PLUGINLIB_EXPORT_CLASS (stomp_moveit::noise_generators::GoalGuidedMultivariateGaussian, stomp_moveit::noise_generators::StompNoiseGenerator) | |
Variables | |
| static const std::vector< int > | ACC_MATRIX_DIAGONAL_INDICES = {-2, -1, 0 ,1, 2} |
| static const std::vector< double > | ACC_MATRIX_DIAGONAL_VALUES = {-1.0/12.0, 16.0/12.0, -30.0/12.0, 16.0/12.0, -1.0/12.0} |
| static const int | CARTESIAN_DOF_SIZE = 6 |
| static double const | CARTESIAN_POS_CONVERGENCE = 0.01 |
| static double const | CARTESIAN_ROT_CONVERGENCE = 0.01 |
| static int const | IK_ITERATIONS = 40 |
| static double const | JOINT_UPDATE_RATE = 0.5f |
This class generates noisy trajectories to an under-constrained cartesian goal pose.
Definition in file goal_guided_multivariate_gaussian.cpp.
| PLUGINLIB_EXPORT_CLASS | ( | stomp_moveit::noise_generators::GoalGuidedMultivariateGaussian | , |
| stomp_moveit::noise_generators::StompNoiseGenerator | |||
| ) |
const std::vector<int> ACC_MATRIX_DIAGONAL_INDICES = {-2, -1, 0 ,1, 2} [static] |
Definition at line 44 of file goal_guided_multivariate_gaussian.cpp.
const std::vector<double> ACC_MATRIX_DIAGONAL_VALUES = {-1.0/12.0, 16.0/12.0, -30.0/12.0, 16.0/12.0, -1.0/12.0} [static] |
Definition at line 43 of file goal_guided_multivariate_gaussian.cpp.
const int CARTESIAN_DOF_SIZE = 6 [static] |
Definition at line 45 of file goal_guided_multivariate_gaussian.cpp.
double const CARTESIAN_POS_CONVERGENCE = 0.01 [static] |
Definition at line 41 of file goal_guided_multivariate_gaussian.cpp.
double const CARTESIAN_ROT_CONVERGENCE = 0.01 [static] |
Definition at line 42 of file goal_guided_multivariate_gaussian.cpp.
int const IK_ITERATIONS = 40 [static] |
Definition at line 39 of file goal_guided_multivariate_gaussian.cpp.
double const JOINT_UPDATE_RATE = 0.5f [static] |
Definition at line 40 of file goal_guided_multivariate_gaussian.cpp.