moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Functions
test_constraint_samplers.cpp File Reference
#include <moveit/planning_scene/planning_scene.h>
#include <moveit/kinematic_constraints/kinematic_constraint.h>
#include <moveit/constraint_samplers/default_constraint_samplers.h>
#include <moveit/constraint_samplers/union_constraint_sampler.h>
#include <moveit/constraint_samplers/constraint_sampler_manager.h>
#include <moveit/constraint_samplers/constraint_sampler_tools.h>
#include <moveit/robot_state/conversions.h>
#include <moveit/utils/robot_model_test_utils.h>
#include <geometric_shapes/shape_operations.h>
#include <visualization_msgs/msg/marker_array.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <urdf_parser/urdf_parser.h>
#include <fstream>
#include <functional>
#include "pr2_arm_kinematics_plugin.h"
Include dependency graph for test_constraint_samplers.cpp:

Go to the source code of this file.

Classes

class  LoadPlanningModelsPr2
 

Functions

 TEST_F (LoadPlanningModelsPr2, JointConstraintsSamplerSimple)
 
 TEST_F (LoadPlanningModelsPr2, IKConstraintsSamplerSimple)
 
 TEST_F (LoadPlanningModelsPr2, OrientationConstraintsSampler)
 
 TEST_F (LoadPlanningModelsPr2, IKConstraintsSamplerValid)
 
 TEST_F (LoadPlanningModelsPr2, UnionConstraintSampler)
 
 TEST_F (LoadPlanningModelsPr2, PoseConstraintSamplerManager)
 
 TEST_F (LoadPlanningModelsPr2, JointVersusPoseConstraintSamplerManager)
 
 TEST_F (LoadPlanningModelsPr2, MixedJointAndIkSamplerManager)
 
 TEST_F (LoadPlanningModelsPr2, SubgroupJointConstraintsSamplerManager)
 
 TEST_F (LoadPlanningModelsPr2, SubgroupPoseConstraintsSampler)
 
 TEST_F (LoadPlanningModelsPr2, JointConstraintsSamplerSeeded)
 
 TEST_F (LoadPlanningModelsPr2, IKConstraintsSamplerSeeded)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 1239 of file test_constraint_samplers.cpp.

◆ TEST_F() [1/12]

TEST_F ( LoadPlanningModelsPr2  ,
IKConstraintsSamplerSeeded   
)

Definition at line 1173 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [2/12]

TEST_F ( LoadPlanningModelsPr2  ,
IKConstraintsSamplerSimple   
)

Definition at line 257 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [3/12]

TEST_F ( LoadPlanningModelsPr2  ,
IKConstraintsSamplerValid   
)

Definition at line 376 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [4/12]

TEST_F ( LoadPlanningModelsPr2  ,
JointConstraintsSamplerSeeded   
)

Definition at line 1133 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [5/12]

TEST_F ( LoadPlanningModelsPr2  ,
JointConstraintsSamplerSimple   
)

Definition at line 115 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [6/12]

TEST_F ( LoadPlanningModelsPr2  ,
JointVersusPoseConstraintSamplerManager   
)

Definition at line 713 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [7/12]

TEST_F ( LoadPlanningModelsPr2  ,
MixedJointAndIkSamplerManager   
)

Definition at line 882 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [8/12]

TEST_F ( LoadPlanningModelsPr2  ,
OrientationConstraintsSampler   
)

Definition at line 320 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [9/12]

TEST_F ( LoadPlanningModelsPr2  ,
PoseConstraintSamplerManager   
)

Definition at line 626 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [10/12]

TEST_F ( LoadPlanningModelsPr2  ,
SubgroupJointConstraintsSamplerManager   
)

Definition at line 958 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [11/12]

TEST_F ( LoadPlanningModelsPr2  ,
SubgroupPoseConstraintsSampler   
)

Definition at line 1048 of file test_constraint_samplers.cpp.

Here is the call graph for this function:

◆ TEST_F() [12/12]

TEST_F ( LoadPlanningModelsPr2  ,
UnionConstraintSampler   
)

Definition at line 455 of file test_constraint_samplers.cpp.

Here is the call graph for this function: