#include <ruckig_traj_smoothing.h>
Definition at line 45 of file ruckig_traj_smoothing.h.
◆ applySmoothing() [1/2]
bool trajectory_processing::RuckigSmoothing::applySmoothing |
( |
robot_trajectory::RobotTrajectory & |
trajectory, |
|
|
const double |
max_velocity_scaling_factor = 1.0 , |
|
|
const double |
max_acceleration_scaling_factor = 1.0 |
|
) |
| |
|
static |
◆ applySmoothing() [2/2]
bool trajectory_processing::RuckigSmoothing::applySmoothing |
( |
robot_trajectory::RobotTrajectory & |
trajectory, |
|
|
const std::unordered_map< std::string, double > & |
velocity_limits, |
|
|
const std::unordered_map< std::string, double > & |
acceleration_limits, |
|
|
const std::unordered_map< std::string, double > & |
jerk_limits |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: