Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework execution #459

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Rework execution #459

wants to merge 8 commits into from

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    b520209 View commit details
    Browse the repository at this point in the history
  2. Fix deprecation warning

    rhaschke committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7eaa134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda0f2f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    e16805d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. own PlanExecution

    - Drop trajectory unwinding (should be handled elsewhere)
    - Allow multiple start+end effects
    - Gracefully handle NULL RobotTrajectories
    rhaschke committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3c4ad1a View commit details
    Browse the repository at this point in the history
  2. workaround for INVALID_GOAL on zero-duration trajectory

    See moveit/moveit#3362 for an upstream fix.it->trajectory
    rhaschke committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0f2e60c View commit details
    Browse the repository at this point in the history
  3. Turn ExecutableMotionPlan and effects into std::list

    ... to allow remembering iterators into those lists
    rhaschke committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c8e6a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8255bd View commit details
    Browse the repository at this point in the history