#include <gtest/gtest.h>
#include <fstream>
#include <moveit/robot_state/robot_state.h>
#include <moveit/robot_state/cartesian_interpolator.h>
#include <moveit/robot_model/robot_model.h>
#include <moveit/robot_trajectory/robot_trajectory.h>
#include <moveit/trajectory_processing/iterative_time_parameterization.h>
#include <moveit/trajectory_processing/limit_cartesian_speed.h>
#include <moveit/utils/robot_model_test_utils.h>
Go to the source code of this file.
Functions | |
bool | initStraightTrajectory (robot_trajectory::RobotTrajectory &trajectory) |
int | main (int argc, char **argv) |
void | printTrajectory (robot_trajectory::RobotTrajectory &trajectory) |
TEST (TestCartesianSpeed, TestCartesianEndEffectorSpeed) | |
Variables | |
const char * | LOGGER_NAME = "trajectory_processing" |
moveit::core::RobotModelConstPtr | RMODEL = moveit::core::loadTestingRobotModel("panda") |
robot_trajectory::RobotTrajectory | TRAJECTORY (RMODEL, "panda_arm") |
std::vector< double > | WAYPOINT_DISTANCES |
bool initStraightTrajectory | ( | robot_trajectory::RobotTrajectory & | trajectory | ) |
Definition at line 60 of file test_limit_cartesian_speed.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 188 of file test_limit_cartesian_speed.cpp.
void printTrajectory | ( | robot_trajectory::RobotTrajectory & | trajectory | ) |
Definition at line 126 of file test_limit_cartesian_speed.cpp.
TEST | ( | TestCartesianSpeed | , |
TestCartesianEndEffectorSpeed | |||
) |
Definition at line 153 of file test_limit_cartesian_speed.cpp.
const char* LOGGER_NAME = "trajectory_processing" |
Definition at line 57 of file test_limit_cartesian_speed.cpp.
moveit::core::RobotModelConstPtr RMODEL = moveit::core::loadTestingRobotModel("panda") |
Definition at line 50 of file test_limit_cartesian_speed.cpp.
robot_trajectory::RobotTrajectory TRAJECTORY(RMODEL, "panda_arm") |
std::vector<double> WAYPOINT_DISTANCES |
Definition at line 54 of file test_limit_cartesian_speed.cpp.