#include <gtest/gtest.h>#include <motion_planning_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, TestWithAccelerationLimits2) | |
| TEST (TestCubicParameterizedTrajectory, TestWithAccelerationLimits1) | |
| TEST (TestCubicParameterizedTrajectory, TestCubicParameterizedTrajectory) | |
| TEST (TestCubicParameterizedTrajectory, TestCubicParameterizedTrajectoryWithWrapAround) | |
| 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 | , | |
| TestWithAccelerationLimits2 | ||||
| ) |
Definition at line 222 of file regress_cubic_parameterized.cpp.
| TEST | ( | TestCubicParameterizedTrajectory | , | |
| TestWithAccelerationLimits1 | ||||
| ) |
Definition at line 176 of file regress_cubic_parameterized.cpp.
| TEST | ( | TestCubicParameterizedTrajectory | , | |
| TestCubicParameterizedTrajectory | ||||
| ) |
Definition at line 103 of file regress_cubic_parameterized.cpp.
| TEST | ( | TestCubicParameterizedTrajectory | , | |
| TestCubicParameterizedTrajectoryWithWrapAround | ||||
| ) |
Definition at line 48 of file regress_cubic_parameterized.cpp.