Borrar filtros
Borrar filtros

Pick and place Task Space trajectory is glitching?

2 visualizaciones (últimos 30 días)
Samuel Flasher
Samuel Flasher el 30 de Mzo. de 2022
Respondida: Abhinaya Kennedy el 22 de Mzo. de 2024
I'm trying to model a pick and place robot, it will follow the path smoothly for the first movement then i try to get the robot to move again and it glitches around and doesn't connect to the original path.

Respuestas (1)

Abhinaya Kennedy
Abhinaya Kennedy el 22 de Mzo. de 2024
Hi Samuel,
The script aims to simulate a pick-and-place operation using a UR5e robot, moving its end effector from one position to another in two steps. However, you may encounter glitches due to:
  1. Plot Persistence: Using show(robot,configNow,'PreservePlot',false,'Frames','off'); animates the robot's movement, but refreshing or overlapping commands might cause visual glitches.
  2. Trajectory Continuity: The script computes two separate trajectories without ensuring a smooth transition between them. This discontinuity could result in abrupt jumps in the robot's position from the end of the first movement to the beginning of the second.
To address these, ensure the end configuration of the first movement seamlessly transitions as the start for the second, avoiding sudden position changes. Debugging print statements or plotting intermediate states can help understand where the discontinuity occurs.
Hope this helps!

Categorías

Más información sobre Robotics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by