#include <gtest/gtest.h>
#include <stomp_moveit/cost_functions.hpp>
Go to the source code of this file.
|
| TEST (NoiseGeneratorTest, testGetCostFunctionAllValidStates) |
|
| TEST (NoiseGeneratorTest, testGetCostFunctionInvalidStates) |
|
int | main (int argc, char **argv) |
|
- Author
- Henning Kayser
Definition in file test_cost_functions.cpp.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/2]
TEST |
( |
NoiseGeneratorTest |
, |
|
|
testGetCostFunctionAllValidStates |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
NoiseGeneratorTest |
, |
|
|
testGetCostFunctionInvalidStates |
|
|
) |
| |
◆ PENALTY
constexpr double PENALTY = 1.0 |
|
constexpr |
◆ TIMESTEPS
constexpr size_t TIMESTEPS = 100 |
|
constexpr |
◆ VARIABLES
constexpr size_t VARIABLES = 6 |
|
constexpr |