You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wait_until_executed only waits when the plan has been send for execution, but when the planning takes longer, there is no execution yet and the function returns. I think that might be what happens in #28 as well.
I wonder what use case could trigger this. The internal code waits since the request was called (self.__is_motion_requested) until the execution ends (self.__is_executing). As far as I remember, self.__is_motion_requested should be unset after execution begins and self.__is_executing is set.
I think I was a bit confused and thought the execute(plan(..)) nesting somewhat would get messed up but can now not find why it would. I'll try to provocate the error again and check where things go sideways
wait_until_executed
only waits when the plan has been send for execution, but when the planning takes longer, there is no execution yet and the function returns. I think that might be what happens in #28 as well.Found while working on Jazzy-Harmonic adaptation
(
AndrejOrsula/panda_ign_moveit2#34
AndrejOrsula/ign_moveit2_examples#27
)
The text was updated successfully, but these errors were encountered: