Description
When executing a planned trajectory in MoveIt 2, a small vibration occurs just before the robot reaches the final position.
- The motion is smooth during the main path.
- Oscillation appears during the deceleration phase.
- The vibration amplitude increases at higher speeds.
- Native controller-side programs do not show this behavior.
This suggests the issue may be related to trajectory time parameterization or deceleration shaping in MoveIt 2.
Your environment
- ROS Distro: Humble
- OS Version: Ubuntu 22.04
- MoveIt 2: default configuration
- Planner: Pilz (LIN motion)
- Time parameterization: default
Questions
- Does the default MoveIt 2 time parameterization apply jerk limits?
- If not, is Ruckig recommended for jerk-limited deceleration?
- Is TOTG sufficient for smooth stopping in industrial robot applications?
- Are there recommended settings to improve deceleration smoothness near the goal?
- Could waypoint resolution or interpolation density affect stop stability?
Current Configuration
- Velocity scaling: 0.1
- Acceleration scaling: 0.1
- Linear motion (Pilz planner)
Any guidance on achieving smoother deceleration behavior would be greatly appreciated.
Thank you.
Description
When executing a planned trajectory in MoveIt 2, a small vibration occurs just before the robot reaches the final position.
This suggests the issue may be related to trajectory time parameterization or deceleration shaping in MoveIt 2.
Your environment
Questions
Current Configuration
Any guidance on achieving smoother deceleration behavior would be greatly appreciated.
Thank you.