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

Fixed issue with creating instances of type InterpMotion<float> #476

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

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    9124137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3023add View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857d82f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90d404 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21d28a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4df76bf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    fa0921a View commit details
    Browse the repository at this point in the history
  2. WIP Adding testing (and fixing bugs)

    InterpMotion has no unit tests at all. This floats on top of pr_476 and
    adds the skeleton of a unit test. While writing the unit test, I
    encountered issues:
    
    1. The default constructor (documented to be identity) wasn't.
    2. The constructors were incredibly erratic. Some did partial
       initialization.
    
    This commit adds addresses issues as encountered.
    
    # Conflicts:
    #	include/fcl/math/motion/interp_motion-inl.h
    SeanCurtis-TRI committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6599ed9 View commit details
    Browse the repository at this point in the history