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 159 of file test_check_start_state_bounds.cpp.
TEST_F | ( | TestCheckStartStateBounds | , |
TestContinuousJointFixedBounds | |||
) |
Definition at line 132 of file test_check_start_state_bounds.cpp.
TEST_F | ( | TestCheckStartStateBounds | , |
TestContinuousJointOutOfBounds | |||
) |
Definition at line 114 of file test_check_start_state_bounds.cpp.
TEST_F | ( | TestCheckStartStateBounds | , |
TestRevoluteJointOutOfBounds | |||
) |
Definition at line 96 of file test_check_start_state_bounds.cpp.
TEST_F | ( | TestCheckStartStateBounds | , |
TestWithinBounds | |||
) |
Definition at line 79 of file test_check_start_state_bounds.cpp.