#include "probabilistic_grasp_planner/distribution_evaluator.h"
#include "probabilistic_grasp_planner/probabilistic_planner_tools.h"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (DistributionEvaluator, testUniformDistribution) | |
Author: Peter Brook. | |
TEST (DistributionEvaluator, testNormalDistribution) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 99 of file distribution_tests.cpp.
TEST | ( | DistributionEvaluator | , |
testUniformDistribution | |||
) |
Author: Peter Brook.
Definition at line 44 of file distribution_tests.cpp.
TEST | ( | DistributionEvaluator | , |
testNormalDistribution | |||
) |
Definition at line 57 of file distribution_tests.cpp.