#include <gtest/gtest.h>
#include <urdf_parser/urdf_parser.h>
#include <sbpl_interface/sbpl_interface.h>
#include <moveit_msgs/GetMotionPlan.h>
#include <kinematic_constraints/utils.h>
#include <planning_models/conversions.h>
#include <collision_distance_field/collision_world_hybrid.h>
#include <collision_distance_field_ros/collision_robot_hybrid_ros.h>
#include <rdf_loader/rdf_loader.h>
Go to the source code of this file.
Classes | |
class | Pr2SBPLPlannerTester |
Functions | |
int | main (int argc, char **argv) |
TEST_F (Pr2SBPLPlannerTester, HardPlan3) | |
TEST_F (Pr2SBPLPlannerTester, ManyPlan) | |
Variables | |
static const unsigned int | NUM_TRIALS = 100 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 379 of file pr2_sbpl_planner_test.cpp.
TEST_F | ( | Pr2SBPLPlannerTester | , |
HardPlan3 | |||
) |
Definition at line 231 of file pr2_sbpl_planner_test.cpp.
TEST_F | ( | Pr2SBPLPlannerTester | , |
ManyPlan | |||
) |
Definition at line 296 of file pr2_sbpl_planner_test.cpp.
const unsigned int NUM_TRIALS = 100 [static] |
Definition at line 294 of file pr2_sbpl_planner_test.cpp.