TrajectoryParams Struct
Parameters for the trajectory generation. More...
Declaration
Included Headers
Public Member Attributes Index
| double | velocity_scale_factor = 1.0 |
|
How much to scale the velocity of the trajectory, relative to the maximum robot velocity defined in configs. More... | |
| double | acceleration_scale_factor = 1.0 |
| unsigned int | sampling_rate = 100 |
|
The sampling rate of the output trajectory in Hz. More... | |
| double | max_deviation = moveit_pro::base::trajectory_processing::DEFAULT_PATH_TOLERANCE |
Description
Parameters for the trajectory generation.
Definition at line 116 of file pro_rrt.hpp.
Public Member Attributes
acceleration_scale_factor
|
How much to scale the acceleration of the trajectory, relative to the maximum robot acceleration defined in configs.
Definition at line 123 of file pro_rrt.hpp.
max_deviation
|
Maximum distance the blended trajectory may deviate from the planned path at each intermediate waypoint, in radians for revolute joints or meters for prismatic joints. Must be greater than zero. Smaller values keep the trajectory closer to the collision-checked path at the corners at the cost of slower corners.
Definition at line 131 of file pro_rrt.hpp.
sampling_rate
|
The sampling rate of the output trajectory in Hz.
Definition at line 126 of file pro_rrt.hpp.
velocity_scale_factor
|
How much to scale the velocity of the trajectory, relative to the maximum robot velocity defined in configs.
Definition at line 119 of file pro_rrt.hpp.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.