moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <memory>
#include <gtest/gtest.h>
#include <pilz_industrial_motion_planner/trajectory_generator.h>
Go to the source code of this file.
Functions | |
TEST (TrajectoryGeneratorTest, TestExceptionErrorCodeMapping) | |
Checks that each derived MoveItErrorCodeException contains the correct error code. | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 140 of file unittest_trajectory_generator.cpp.
TEST | ( | TrajectoryGeneratorTest | , |
TestExceptionErrorCodeMapping | |||
) |
Checks that each derived MoveItErrorCodeException contains the correct error code.
Definition at line 47 of file unittest_trajectory_generator.cpp.