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

Fix for SchunkWsgTrajectoryGenerator failing on delta=0 #20828

Merged
merged 1 commit into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. Fix for SchunkWsgTrajectoryGenerator failing on delta=0

    There was a particular set of initial conditions which could cause the
    trajectory generator to fail, because it passed times=[0, 0, 0] to the
    PiecewisePolynomial.FirstOrderHold, which then complained about
    non-increasing times.
    
    This PR adds a test which captures the failure, and the fix.
    RussTedrake committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6423193 View commit details
    Browse the repository at this point in the history