moveit2_tutorials
moveit2_tutorials copied to clipboard
Reordered code execution
Description
I'm specifically talking about this issue: https://github.com/ros-planning/moveit2/issues/1474. I only changed the order in which code is executed by creating the MoveGroup Interface before the executor.
The format of the code was not changed. The text explaining what the code does was also changed to represent the newly added/removed lines.
Takes over from PR #514
Are there other files that need to be modified before we merge the branch? I haven't been through the entire docs to confirm any other cases, but so far this is it.
We are only waiting on CI to pass. It's nothing related to this PR. Sorry for the delay
I think the correct fix for this is to enable Cyclone DDS, which is addressed in #519. So I vote to close this PR.
@AndyZe should we go ahead and close this, since the fix is enabling cyclone DDS which is mentioned in the tutorials?