![]() |
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Parameters for the trajectory generation. More...
#include <pro_rrt.hpp>
Public Attributes | |
double | velocity_scale_factor = 1.0 |
How much to scale the velocity of the trajectory, relative to the maximum robot velocity defined in configs. | |
double | acceleration_scale_factor = 1.0 |
unsigned int | sampling_rate = 100 |
The sampling rate of the output trajectory in Hz. | |
Parameters for the trajectory generation.
double pro_rrt::TrajectoryParams::acceleration_scale_factor = 1.0 |
How much to scale the acceleration of the trajectory, relative to the maximum robot acceleration defined in configs.
unsigned int pro_rrt::TrajectoryParams::sampling_rate = 100 |
The sampling rate of the output trajectory in Hz.
double pro_rrt::TrajectoryParams::velocity_scale_factor = 1.0 |
How much to scale the velocity of the trajectory, relative to the maximum robot velocity defined in configs.