|
SMACC2
|
Configuration options for trajectory execution. More...
#include <cp_trajectory_executor.hpp>

Public Attributes | |
| std::optional< double > | maxVelocityScaling |
| std::optional< double > | maxAccelerationScaling |
| bool | recordToHistory = true |
| std::optional< std::string > | trajectoryName |
Configuration options for trajectory execution.
Definition at line 41 of file cp_trajectory_executor.hpp.
| std::optional<double> cl_moveit2z::ExecutionOptions::maxAccelerationScaling |
Definition at line 44 of file cp_trajectory_executor.hpp.
Referenced by cl_moveit2z::CpTrajectoryExecutor::applyExecutionOptions().
| std::optional<double> cl_moveit2z::ExecutionOptions::maxVelocityScaling |
Definition at line 43 of file cp_trajectory_executor.hpp.
Referenced by cl_moveit2z::CpTrajectoryExecutor::applyExecutionOptions(), and cl_moveit2z::CbMoveJoints::moveJoints().
| bool cl_moveit2z::ExecutionOptions::recordToHistory = true |
Definition at line 45 of file cp_trajectory_executor.hpp.
| std::optional<std::string> cl_moveit2z::ExecutionOptions::trajectoryName |
Definition at line 46 of file cp_trajectory_executor.hpp.
Referenced by cl_moveit2z::CbMoveEndEffectorTrajectory::executeJointSpaceTrajectory(), cl_moveit2z::CbMoveJoints::moveJoints(), and cl_moveit2z::CbMoveEndEffector::moveToAbsolutePose().