|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <gtest/gtest.h>#include <moveit/trajectory_processing/ruckig_traj_smoothing.hpp>#include <moveit/robot_state/robot_state.hpp>#include <moveit/utils/robot_model_test_utils.hpp>
Go to the source code of this file.
Functions | |
| TEST_F (RuckigTests, basic_trajectory) | |
| TEST_F (RuckigTests, basic_trajectory_with_custom_limits) | |
| TEST_F (RuckigTests, trajectory_duration) | |
| TEST_F (RuckigTests, single_waypoint) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 170 of file test_ruckig_traj_smoothing.cpp.
| TEST_F | ( | RuckigTests | , |
| basic_trajectory | |||
| ) |
Definition at line 62 of file test_ruckig_traj_smoothing.cpp.

| TEST_F | ( | RuckigTests | , |
| basic_trajectory_with_custom_limits | |||
| ) |
Definition at line 82 of file test_ruckig_traj_smoothing.cpp.

| TEST_F | ( | RuckigTests | , |
| single_waypoint | |||
| ) |
Definition at line 142 of file test_ruckig_traj_smoothing.cpp.

| TEST_F | ( | RuckigTests | , |
| trajectory_duration | |||
| ) |
Definition at line 108 of file test_ruckig_traj_smoothing.cpp.
