Open
Conversation
|
Thanks for helping in improving MoveIt and open source robotics! |
4 tasks
|
|
||
| Introduction | ||
| ------------ | ||
| MoveIt now allows simultaneous execution of trajectories, as long as, each trajectory uses a different set of controllers. For example, in a dual arm environment, each arm can execute a different set of trajectories without needing to wait for the other arm to finish moving or manually synchronizing the motion of both arm into a single trajectory. Optionally, a collision check is performed right before execution of new trajectories to prevent collisions with active trajectories. |
Contributor
There was a problem hiding this comment.
Suggested change
| MoveIt now allows simultaneous execution of trajectories, as long as, each trajectory uses a different set of controllers. For example, in a dual arm environment, each arm can execute a different set of trajectories without needing to wait for the other arm to finish moving or manually synchronizing the motion of both arm into a single trajectory. Optionally, a collision check is performed right before execution of new trajectories to prevent collisions with active trajectories. | |
| MoveIt allows simultaneous execution of trajectories, as long as each trajectory uses a different set of controllers. For example, in a dual arm environment, each arm can execute a different set of trajectories without needing to wait for the other arm to finish moving or manually synchronizing the motion of both arm into a single trajectory. Optionally, a collision check is performed right before execution of new trajectories to prevent collisions with active trajectories. |
|
|
||
| The following GIF shows simple example of simultaneous execution of trajectories through the **Rviz Motion Planning** plugin. | ||
|
|
||
| .. only:: html |
Contributor
There was a problem hiding this comment.
why is that needed?
Author
There was a problem hiding this comment.
It is a very quick way to try the simultaneous feature from Rviz.
Contributor
There was a problem hiding this comment.
I was refering to the .. only:: html only
Author
There was a problem hiding this comment.
Oh, that. I guess it is not necessary, I just copy-paste it from somewhere.
doc/simultaneous_trajectory_execution/simultaneous_trajectory_execution_tutorial.rst
Outdated
Show resolved
Hide resolved
| Setup | ||
| --------------- | ||
| The simultaneous trajectory execution feature can be enabled or disabled through the dynamic reconfigure parameter **/move_group/trajectory_execution/enable_simultaneous_execution**. | ||
| Optionally, an extra layer of collision checking, done right before execution of trajectories, can be enabled through the dynamic reconfigure parameter **/move_group/trajectory_execution/enable_collision_checking**. |
Contributor
There was a problem hiding this comment.
Both parameters are on by default, here it sounds like they are both off by default
Author
There was a problem hiding this comment.
Right, I change the explanation to make it clear that it is on by default, but it is configurable.
doc/simultaneous_trajectory_execution/simultaneous_trajectory_execution_tutorial.rst
Outdated
Show resolved
Hide resolved
6e42681 to
dec7a70
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updating the tutorial
controller_configurationaccording to the changes introduced in moveit/moveit#3243 .Adding a tutorial for the feature proposed in moveit/moveit#3243