|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Options for creating a time-parameterized trajectory from waypoints. More...
#include <trajectory_utils.hpp>
Public Attributes | |
| double | velocity_scale_factor = 1.0 |
| Scale factor for the maximum joint velocities. | |
| double | acceleration_scale_factor = 1.0 |
| Scale factor for the maximum joint accelerations. | |
| int | sampling_rate = 100 |
| Sampling rate of the output trajectory message, in Hz. | |
| double | max_deviation = moveit_pro::base::trajectory_processing::DEFAULT_PATH_TOLERANCE |
| Maximum distance the blended trajectory may deviate from the waypoint polyline at each intermediate waypoint. | |
Options for creating a time-parameterized trajectory from waypoints.
| double path_ik::TrajectoryOptions::acceleration_scale_factor = 1.0 |
Scale factor for the maximum joint accelerations.
| double path_ik::TrajectoryOptions::max_deviation = moveit_pro::base::trajectory_processing::DEFAULT_PATH_TOLERANCE |
Maximum distance the blended trajectory may deviate from the waypoint polyline at each intermediate waypoint.
| int path_ik::TrajectoryOptions::sampling_rate = 100 |
Sampling rate of the output trajectory message, in Hz.
| double path_ik::TrajectoryOptions::velocity_scale_factor = 1.0 |
Scale factor for the maximum joint velocities.