#include <gtest/gtest.h>
#include <arm_navigation_msgs/JointTrajectoryWithLimits.h>
#include <spline_smoother/cubic_parameterized_trajectory.h>
Go to the source code of this file.
Functions | |
double | gen_rand (double min, double max) |
int | main (int argc, char **argv) |
TEST (TestCubicParameterizedTrajectory, TestCubicParameterizedTrajectoryWithWrapAround) | |
TEST (TestCubicParameterizedTrajectory, TestCubicParameterizedTrajectory) | |
TEST (TestCubicParameterizedTrajectory, TestWithAccelerationLimits1) | |
TEST (TestCubicParameterizedTrajectory, TestWithAccelerationLimits2) |
double gen_rand | ( | double | min, |
double | max | ||
) |
Definition at line 41 of file regress_cubic_parameterized.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 343 of file regress_cubic_parameterized.cpp.
TEST | ( | TestCubicParameterizedTrajectory | , |
TestCubicParameterizedTrajectoryWithWrapAround | |||
) |
Definition at line 48 of file regress_cubic_parameterized.cpp.
TEST | ( | TestCubicParameterizedTrajectory | , |
TestCubicParameterizedTrajectory | |||
) |
Definition at line 103 of file regress_cubic_parameterized.cpp.
TEST | ( | TestCubicParameterizedTrajectory | , |
TestWithAccelerationLimits1 | |||
) |
Definition at line 176 of file regress_cubic_parameterized.cpp.
TEST | ( | TestCubicParameterizedTrajectory | , |
TestWithAccelerationLimits2 | |||
) |
Definition at line 222 of file regress_cubic_parameterized.cpp.