moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
Functions | Variables
test_noise_generator.cpp File Reference
#include <gtest/gtest.h>
#include <stomp_moveit/noise_generators.hpp>
Include dependency graph for test_noise_generator.cpp:

Go to the source code of this file.

Functions

 TEST (NoiseGeneratorTest, testStartEndUnchanged)
 
int main (int argc, char **argv)
 

Variables

constexpr size_t TIMESTEPS = 100
 
constexpr size_t VARIABLES = 6
 

Detailed Description

Author
Henning Kayser

Definition in file test_noise_generator.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 72 of file test_noise_generator.cpp.

◆ TEST()

TEST ( NoiseGeneratorTest  ,
testStartEndUnchanged   
)

Definition at line 49 of file test_noise_generator.cpp.

Here is the call graph for this function:

Variable Documentation

◆ TIMESTEPS

constexpr size_t TIMESTEPS = 100
constexpr

Definition at line 42 of file test_noise_generator.cpp.

◆ VARIABLES

constexpr size_t VARIABLES = 6
constexpr

Definition at line 43 of file test_noise_generator.cpp.