|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <functional>#include <gtest/gtest.h>#include <iostream>#include <memory>#include <string>#include <vector>#include <moveit/move_group_interface/move_group_interface.hpp>#include <moveit/robot_model/robot_model.hpp>#include <moveit/robot_model_loader/robot_model_loader.hpp>#include <moveit/robot_state/conversions.hpp>#include <moveit_msgs/Constraints.h>#include <moveit_msgs/GetMotionPlan.h>#include <moveit_msgs/JointConstraint.h>#include <moveit_msgs/MotionPlanResponse.h>#include <ros/ros.h>#include <pilz_industrial_motion_planner_testutils/sequence.hpp>#include <pilz_industrial_motion_planner_testutils/xml_testdata_loader.hpp>#include <moveit_msgs/GetMotionSequence.h>#include <moveit_msgs/MotionSequenceRequest.h>#include <pilz_industrial_motion_planner/capability_names.hpp>
Go to the source code of this file.
Classes | |
| class | IntegrationTestSequenceService |
Functions | |
| const std::string | TEST_DATA_FILE_NAME ("testdata_file_name") |
| TEST_F (IntegrationTestSequenceService, TestSendingOfEmptySequence) | |
| Test behavior of service when empty sequence is sent. | |
| TEST_F (IntegrationTestSequenceService, TestDifferingGroupNames) | |
| Tests that invalid (differing) group names are detected. | |
| TEST_F (IntegrationTestSequenceService, TestNegativeBlendRadius) | |
| Tests that negative blend radii are detected. | |
| TEST_F (IntegrationTestSequenceService, TestOverlappingBlendRadii) | |
| Tests that overlapping blend radii are detected. | |
| TEST_F (IntegrationTestSequenceService, TestTooLargeBlendRadii) | |
| Tests that too large blend radii are detected. | |
| TEST_F (IntegrationTestSequenceService, TestSecondTrajInvalidStartState) | |
| Tests behavior of service when sequence with invalid second start state is sent. | |
| TEST_F (IntegrationTestSequenceService, TestFirstGoalNotReachable) | |
| Tests behavior of service when sequence with invalid first goal is sent. | |
| TEST_F (IntegrationTestSequenceService, TestInvalidLinkName) | |
| Tests that incorrect link_names are detected. | |
| TEST_F (IntegrationTestSequenceService, TestLargeRequest) | |
| Tests the execution of a sequence with more than two commands. | |
| TEST_F (IntegrationTestSequenceService, TestComplexSequenceWithoutBlending) | |
| Tests the execution of a sequence command (without blending) consisting of most of the possible command type combination. | |
| TEST_F (IntegrationTestSequenceService, TestComplexSequenceWithBlending) | |
| Tests the execution of a sequence command (with blending) consisting of most of the possible command type combination. | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 425 of file integrationtest_sequence_service_capability.cpp.
| const std::string TEST_DATA_FILE_NAME | ( | "testdata_file_name" | ) |

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestComplexSequenceWithBlending | |||
| ) |
Tests the execution of a sequence command (with blending) consisting of most of the possible command type combination.
Test Sequence:
Expected Results:
Definition at line 409 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestComplexSequenceWithoutBlending | |||
| ) |
Tests the execution of a sequence command (without blending) consisting of most of the possible command type combination.
Test Sequence:
Expected Results:
Definition at line 379 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestDifferingGroupNames | |||
| ) |
Tests that invalid (differing) group names are detected.
Test Sequence:
Expected Results:
Definition at line 137 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestFirstGoalNotReachable | |||
| ) |
Tests behavior of service when sequence with invalid first goal is sent.
Test Sequence:
Expected Results:
Definition at line 278 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestInvalidLinkName | |||
| ) |
Tests that incorrect link_names are detected.
Test Sequence:
Expected Results:
Definition at line 305 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestLargeRequest | |||
| ) |
Tests the execution of a sequence with more than two commands.
Test Sequence:
Expected Results:
Definition at line 335 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestNegativeBlendRadius | |||
| ) |
Tests that negative blend radii are detected.
Test Sequence:
Expected Results:
Definition at line 164 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestOverlappingBlendRadii | |||
| ) |
Tests that overlapping blend radii are detected.
Test Sequence:
Expected Results:
Definition at line 190 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestSecondTrajInvalidStartState | |||
| ) |
Tests behavior of service when sequence with invalid second start state is sent.
Test Sequence:
Expected Results:
Definition at line 245 of file integrationtest_sequence_service_capability.cpp.

| TEST_F | ( | IntegrationTestSequenceService | , |
| TestSendingOfEmptySequence | |||
| ) |
Test behavior of service when empty sequence is sent.
Test Sequence:
Expected Results:
Definition at line 111 of file integrationtest_sequence_service_capability.cpp.
| TEST_F | ( | IntegrationTestSequenceService | , |
| TestTooLargeBlendRadii | |||
| ) |
Tests that too large blend radii are detected.
Test Sequence:
Expected Results:
Definition at line 216 of file integrationtest_sequence_service_capability.cpp.
