|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <memory>#include <string>#include <gmock/gmock.h>#include <gtest/gtest.h>#include <rclcpp/rclcpp.hpp>#include <moveit/planning_pipeline/planning_pipeline.hpp>#include <moveit/planning_scene/planning_scene.hpp>#include <moveit/utils/robot_model_test_utils.hpp>
Go to the source code of this file.
Classes | |
| class | TestCheckStartStateBounds |
Functions | |
| TEST_F (TestCheckStartStateBounds, TestWithinBounds) | |
| TEST_F (TestCheckStartStateBounds, TestRevoluteJointOutOfBounds) | |
| TEST_F (TestCheckStartStateBounds, TestContinuousJointOutOfBounds) | |
| TEST_F (TestCheckStartStateBounds, TestContinuousJointFixedBounds) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 153 of file test_check_start_state_bounds.cpp.
| TEST_F | ( | TestCheckStartStateBounds | , |
| TestContinuousJointFixedBounds | ) |
Definition at line 126 of file test_check_start_state_bounds.cpp.
| TEST_F | ( | TestCheckStartStateBounds | , |
| TestContinuousJointOutOfBounds | ) |
Definition at line 108 of file test_check_start_state_bounds.cpp.
| TEST_F | ( | TestCheckStartStateBounds | , |
| TestRevoluteJointOutOfBounds | ) |
Definition at line 90 of file test_check_start_state_bounds.cpp.
| TEST_F | ( | TestCheckStartStateBounds | , |
| TestWithinBounds | ) |
Definition at line 73 of file test_check_start_state_bounds.cpp.