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

Add velocity feedforward term to velocity HardwareInterfaceAdapter #227

Merged

Commits on Nov 21, 2017

  1. Add velocity feedforward term to HardwareInterfaceAdapter for velocit…

    …y_controllers::JointTrajectoryController.
    miguelprada committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    f10f05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c56e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b00a3b View commit details
    Browse the repository at this point in the history
  4. Fix inconsistency.

    miguelprada committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8584132 View commit details
    Browse the repository at this point in the history
  5. Make velocity feedforward a 'double' param, instead of bool, and use …

    …it for the
    
    EffortJointInterface as well.
    miguelprada committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    906b85d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Refactor common code into common base class

    Most code in Velocity and EffortJointInterface specializations of
    HardwareInterfaceAdapter was shared and has been refactored into a common
    base class.
    miguelprada committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    45a14ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bf8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8313f63 View commit details
    Browse the repository at this point in the history