#include "descartes_trajectory/cart_trajectory_pt.h"
#include "descartes_core/utils.h"
#include "descartes_trajectory_test/cartesian_robot.h"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
TEST (CartTrajPt, construction) | |
TEST (CartTrajPt, getPoses) | |
TEST (CartTrajPt, zeroTolerance) | |
TEST (CartTrajPt, closestJointPose) |
TEST | ( | CartTrajPt | , |
construction | |||
) |
Definition at line 31 of file test/cart_trajectory_pt.cpp.
TEST | ( | CartTrajPt | , |
getPoses | |||
) |
Definition at line 36 of file test/cart_trajectory_pt.cpp.
TEST | ( | CartTrajPt | , |
zeroTolerance | |||
) |
Definition at line 118 of file test/cart_trajectory_pt.cpp.
TEST | ( | CartTrajPt | , |
closestJointPose | |||
) |
Definition at line 138 of file test/cart_trajectory_pt.cpp.