-
Notifications
You must be signed in to change notification settings - Fork 986
Open
Labels
Description
This issue is about the GSoC 2022 project that I am working on with the guidance from @simonschmeisser and @v4hn.
Motivation and goals
This project is motivated by the desire of controlling several robots simultaneously while taking advantage of the planning and collision checking provided by MoveIt.
The main goal of this project is to complete the Simultaneous Trajectory Execution PR started last year to the point that it can be merged with MoveIt's mainstream code.
The subgoals are:
- Document the logic of the new trajectory execution manager for the handling of simultaneous trajectories. Similarly, documenting the trajectory collision method implemented in the current version of the draft PR, which is an essential part of this project.
- Create a tutorial demonstrating the usage of the simultaneous trajectory execution with a dual-arm system.
- Optimize the trajectory collision method. Ideas for this will be discussed later in this issue, feel free to join the discussion.
Further details of the implementation of this project will be added to this issue. Feel free to propose or discuss ideas relevant to this project on this issue.
Documentation
Links
felixvd, v4hn and robberthofmanfm