#include <ros/ros.h>
#include <planner_cspace_msgs/PlannerStatus.h>
#include <sensor_msgs/JointState.h>
#include <trajectory_msgs/JointTrajectory.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (Planner2DOFSerialJoints, Plan) | |
TEST (Planner2DOFSerialJoints, NoPath) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 205 of file test_planner_2dof_serial_joints.cpp.
TEST | ( | Planner2DOFSerialJoints | , |
Plan | |||
) |
Definition at line 37 of file test_planner_2dof_serial_joints.cpp.
TEST | ( | Planner2DOFSerialJoints | , |
NoPath | |||
) |
Definition at line 147 of file test_planner_2dof_serial_joints.cpp.