moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Functions
test_robot_trajectory.cpp File Reference
#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>
Include dependency graph for test_robot_trajectory.cpp:

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, Append)
 
 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)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 396 of file test_robot_trajectory.cpp.

◆ TEST_F() [1/11]

TEST_F ( RobotTrajectoryTestFixture  ,
Append   
)

Definition at line 206 of file test_robot_trajectory.cpp.

◆ TEST_F() [2/11]

TEST_F ( RobotTrajectoryTestFixture  ,
ChainEdits   
)

Definition at line 185 of file test_robot_trajectory.cpp.

Here is the call graph for this function:

◆ TEST_F() [3/11]

TEST_F ( RobotTrajectoryTestFixture  ,
DoubleReverse   
)

Definition at line 170 of file test_robot_trajectory.cpp.

◆ TEST_F() [4/11]

TEST_F ( RobotTrajectoryTestFixture  ,
ModifyFirstWaypointByPtr   
)

Definition at line 156 of file test_robot_trajectory.cpp.

◆ TEST_F() [5/11]

TEST_F ( RobotTrajectoryTestFixture  ,
ModifyFirstWaypointByValue   
)

Definition at line 163 of file test_robot_trajectory.cpp.

◆ TEST_F() [6/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectoryDeepCopy   
)

Definition at line 253 of file test_robot_trajectory.cpp.

Here is the call graph for this function:

◆ TEST_F() [7/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectoryDensity   
)

Definition at line 367 of file test_robot_trajectory.cpp.

Here is the call graph for this function:

◆ TEST_F() [8/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectoryIterator   
)

Definition at line 281 of file test_robot_trajectory.cpp.

◆ TEST_F() [9/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectoryLength   
)

Definition at line 325 of file test_robot_trajectory.cpp.

Here is the call graph for this function:

◆ TEST_F() [10/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectoryShallowCopy   
)

Definition at line 227 of file test_robot_trajectory.cpp.

Here is the call graph for this function:

◆ TEST_F() [11/11]

TEST_F ( RobotTrajectoryTestFixture  ,
RobotTrajectorySmoothness   
)

Definition at line 343 of file test_robot_trajectory.cpp.

Here is the call graph for this function: