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_trajectory/robot_trajectory.h>
#include <moveit/utils/robot_model_test_utils.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | RobotTrajectoryTestFixture |
Functions | |
TEST_F (RobotTrajectoryTestFixture, ModifyFirstWaypointByPtr) | |
TEST_F (RobotTrajectoryTestFixture, ModifyFirstWaypointByValue) | |
TEST_F (RobotTrajectoryTestFixture, DoubleReverse) | |
TEST_F (RobotTrajectoryTestFixture, ChainEdits) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectoryShallowCopy) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectoryDeepCopy) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectoryIterator) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectoryLength) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectorySmoothness) | |
TEST_F (RobotTrajectoryTestFixture, RobotTrajectoryDensity) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 375 of file test_robot_trajectory.cpp.
TEST_F | ( | RobotTrajectoryTestFixture | , |
ChainEdits | |||
) |
TEST_F | ( | RobotTrajectoryTestFixture | , |
DoubleReverse | |||
) |
Definition at line 170 of file test_robot_trajectory.cpp.
TEST_F | ( | RobotTrajectoryTestFixture | , |
ModifyFirstWaypointByPtr | |||
) |
Definition at line 156 of file test_robot_trajectory.cpp.
TEST_F | ( | RobotTrajectoryTestFixture | , |
ModifyFirstWaypointByValue | |||
) |
Definition at line 163 of file test_robot_trajectory.cpp.
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectoryDeepCopy | |||
) |
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectoryDensity | |||
) |
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectoryIterator | |||
) |
Definition at line 260 of file test_robot_trajectory.cpp.
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectoryLength | |||
) |
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectoryShallowCopy | |||
) |
TEST_F | ( | RobotTrajectoryTestFixture | , |
RobotTrajectorySmoothness | |||
) |