Open ninja777 opened 5 years ago
In the taskspace_planner.h
, the use of IterativeSplineParameterization
instead of IterativeParabolicTimeParameterization
has produced a comparatively smoother trajectory. Should I push that?
But that is not a permanent fix.
That's a good start. Let's push that in.
https://github.com/WPI-Humanoid-Robotics-Lab/tough/blob/6c51e4a381f00379fe9740bd369ca710c712d822/tough_motion_planners/tough_moveit_planners/src/taskspace_planner.cpp#L111
Wholebody trajectories use maximum velocity and accelerations while computing timestamps. This causes robot to freeze while executing the trajectories. Modify this value based on experiments.