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

Extend interfaces melodic #395

Commits on Dec 30, 2019

  1. joint_limits: use an open-loop policy for velocity staturation

    The feedback from the controller is way too slow to be used on an
    actual robot. A robot that had 15 rad.s^-2 on each wheel as
    an acceleration limit could not even reach 2 rad.s^-2
    
    This is in line with ros_controllers#23
    Paul Mathieu authored and bmagyar committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    402bb94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a69bc View commit details
    Browse the repository at this point in the history
  3. hardware_interface: fix initialization order

    Paul Mathieu authored and bmagyar committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    63c6ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    551b2d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Modified structures to have absolute encoder and torque sensor parame…

    …ters
    Hilario Tome authored and bmagyar committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    133d768 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Add torque sensor and absolute encoder support to transmissions and a…

    …djust tests
    
    Add pointer accessors for torque sensor and absoute position encoders
    Hilario Tome authored and bmagyar committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    9592ad6 View commit details
    Browse the repository at this point in the history
  2. Extend joint mode interface

    Hilario Tome authored and bmagyar committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    49512bf View commit details
    Browse the repository at this point in the history