AndrejOrsula / ign_moveit2_examples

C++ and Python examples of using MoveIt 2 inside Ignition Gazebo simulation environment
BSD 3-Clause "New" or "Revised" License
104 stars 22 forks source link

Add better support for handling new trajectories while the previous one is being executed #3

Closed AndrejOrsula closed 3 years ago

AndrejOrsula commented 3 years ago

Among others, here are some things to consider

AndrejOrsula commented 3 years ago

It is difficult to select the best course of actions here. The current implementation might already be desirable.

For now, I leave it up to the user to make sure to wait until trajectory is executed with ign_moveit2.wait_until_executed()

AndrejOrsula commented 3 years ago

I believe the current behaviour is satisfactory. Reopen if needed