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

Configure gripper speed and effort with hardware interface #1002

Merged
merged 39 commits into from
Jul 11, 2024

Commits on Feb 6, 2024

  1. add gripper controller with optional velocity/effort

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c7a0dfc View commit details
    Browse the repository at this point in the history
  2. add deprecation warning + fix test

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9e8b95a View commit details
    Browse the repository at this point in the history
  3. update not released repos

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9a4f9f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cb63e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ae38f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f22922e View commit details
    Browse the repository at this point in the history
  7. Bump codecov/codecov-action from 3.1.5 to 4.0.1 (ros-controls#1023)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3.1.5...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b83c4b View commit details
    Browse the repository at this point in the history
  8. Bump actions/upload-artifact from 4.3.0 to 4.3.1 (ros-controls#1024)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4.3.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
    2 people authored and pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f06c43d View commit details
    Browse the repository at this point in the history
  9. Update antipodal_gripper_controller/doc/userdoc.rst

    Co-authored-by: Marq Rasmussen <marq.razz@gmail.com>
    pac48 and MarqRazz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    38cb474 View commit details
    Browse the repository at this point in the history
  10. Update antipodal_gripper_controller/CMakeLists.txt

    Co-authored-by: Marq Rasmussen <marq.razz@gmail.com>
    pac48 and MarqRazz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7eef191 View commit details
    Browse the repository at this point in the history
  11. Update antipodal_gripper_controller/doc/userdoc.rst

    Co-authored-by: Marq Rasmussen <marq.razz@gmail.com>
    pac48 and MarqRazz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8b6a5bd View commit details
    Browse the repository at this point in the history
  12. Update antipodal_gripper_controller/include/antipodal_gripper_control…

    …ler/antipodal_gripper_action_controller.hpp
    
    Co-authored-by: Marq Rasmussen <marq.razz@gmail.com>
    pac48 and MarqRazz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1d2f8b0 View commit details
    Browse the repository at this point in the history
  13. Update antipodal_gripper_controller/include/antipodal_gripper_control…

    …ler/antipodal_gripper_action_controller.hpp
    
    Co-authored-by: Marq Rasmussen <marq.razz@gmail.com>
    pac48 and MarqRazz committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5a11b3e View commit details
    Browse the repository at this point in the history
  14. fix use of commmand struct

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6bdacf3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d626aa View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. update parameters

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f9a5a66 View commit details
    Browse the repository at this point in the history
  2. update interface names

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    61a3fee View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. update parameter name

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    114012b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update antipodal_gripper_controller/src/antipodal_gripper_action_cont…

    …roller_parameters.yaml
    
    Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
    pac48 and saikishor authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef2efb8 View commit details
    Browse the repository at this point in the history
  2. change boolean interface parameter to string

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4a99502 View commit details
    Browse the repository at this point in the history
  3. Update antipodal_gripper_controller/src/antipodal_gripper_action_cont…

    …roller_parameters.yaml
    
    Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
    pac48 and saikishor authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5f7c2d8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr-add-gripper-velocity-target-main' of github.com:pac4…

    …8/ros2_controllers into pr-add-gripper-velocity-target-main
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f6dc00c View commit details
    Browse the repository at this point in the history
  5. Update antipodal_gripper_controller/src/antipodal_gripper_action_cont…

    …roller_parameters.yaml
    
    Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
    pac48 and saikishor authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    24160ca View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pr-add-gripper-velocity-target-main' of github.com:pac4…

    …8/ros2_controllers into pr-add-gripper-velocity-target-main
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2a5754f View commit details
    Browse the repository at this point in the history
  7. add detail userdoc and configurable state interface

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7145368 View commit details
    Browse the repository at this point in the history
  8. update cmake

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    347b235 View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    deff36a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2cc8eb View commit details
    Browse the repository at this point in the history
  11. rename controller

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6b44ba8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix format and add control_msgs to repos file

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    254ae07 View commit details
    Browse the repository at this point in the history
  2. fix parameter file name

    Signed-off-by: Paul Gesel <paulgesel@gmail.com>
    pac48 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    02aa67a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    72b2f6c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    562bf51 View commit details
    Browse the repository at this point in the history
  2. use upstream control_msgs

    bmagyar authored May 8, 2024
    Configuration menu
    Copy the full SHA
    fcbe5d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebb347f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    cda3718 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    20141a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update parallel_gripper_controller/include/parallel_gripper_controlle…

    …r/parallel_gripper_action_controller_impl.hpp
    
    Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com>
    pac48 and bmagyar authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2c74803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5090d View commit details
    Browse the repository at this point in the history