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

Noise generator functions for randomizing trajectories in STOMP via a ComposableTask. More...

#include <stomp_moveit/stomp_moveit_task.hpp>
#include <stomp_moveit/math/multivariate_gaussian.hpp>
#include <Eigen/Geometry>
Include dependency graph for noise_generators.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::noise
 

Functions

NoiseGeneratorFn stomp_moveit::noise::getNormalDistributionGenerator (size_t num_timesteps, const std::vector< double > &stddev)
 

Detailed Description

Noise generator functions for randomizing trajectories in STOMP via a ComposableTask.

Author
Henning Kayser

Definition in file noise_generators.hpp.