moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit/robot_model/robot_model.h>
#include <moveit/robot_state/robot_state.h>
#include <moveit/robot_state/cartesian_interpolator.h>
#include <moveit/utils/robot_model_test_utils.h>
#include <moveit/utils/eigen_test_utils.h>
#include <rclcpp/node.hpp>
Go to the source code of this file.
Classes | |
class | SimpleRobot |
Functions | |
TEST_F (SimpleRobot, testGenerateTrajectory) | |
TEST_F (SimpleRobot, checkAbsoluteJointSpaceJump) | |
TEST_F (SimpleRobot, checkRelativeJointSpaceJump) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 351 of file test_cartesian_interpolator.cpp.
TEST_F | ( | SimpleRobot | , |
checkAbsoluteJointSpaceJump | |||
) |
Definition at line 125 of file test_cartesian_interpolator.cpp.
TEST_F | ( | SimpleRobot | , |
checkRelativeJointSpaceJump | |||
) |
Definition at line 169 of file test_cartesian_interpolator.cpp.
TEST_F | ( | SimpleRobot | , |
testGenerateTrajectory | |||
) |
Definition at line 111 of file test_cartesian_interpolator.cpp.