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

Trajectory player fixes #989

Merged
merged 4 commits into from
Feb 21, 2024

Commits on Feb 20, 2024

  1. - Fix trajectory player for trajectories that do not start from time=…

    …0, e.g. when in a trajectory set
    
    - Fix trajectory interpolator for size=1 trajectories
    rjoomen committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    53fb092 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    rjoomen committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    187c905 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. - Added more extensive unit tests for the trajectory player

    - Fixed a bug in the trajectory interpolator
    - Renamed parameter t to f in the interpolator, as this is a fraction (blend), not time, to prevent confusion
    rjoomen committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ff2da54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7a2e9 View commit details
    Browse the repository at this point in the history