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

Admittance with filters #45

Closed

Commits on Jul 23, 2022

  1. Parameter loading fixup in diff_drive and gripper controllers (ros-co…

    …ntrols#385)
    
    * Parameter loading fixup
    
    * Lint
    AndyZe authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    001d896 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

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

Commits on Jul 29, 2022

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

Commits on Jul 30, 2022

  1. Formatting changes from pre-commit (ros-controls#400)

    Signed-off-by: Tyler Weaver <[email protected]>
    tylerjw authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    abdbae9 View commit details
    Browse the repository at this point in the history
  2. Make JTC callbacks methods with clear names (ros-controls#397) #abi-b…

    …reaking
    
    Co-authored-by: Denis Štogl <[email protected]>
    bmagyar and destogl authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    a6937c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Bring version up to date

    bmagyar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2ee11f5 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    bmagyar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d1fafff View commit details
    Browse the repository at this point in the history
  3. 2.10.0

    bmagyar committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a37fffe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Use explicit type in joint_state_broadcaster test (ros-controls#403)

    This use of `auto` is causing a static assert on RHEL. Explicitly
    specifying the type seems to resolve the failure and allow the test to
    be compiled.
    cottsay authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4138b73 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

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

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    74a3152 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    bmagyar committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    647bd3e View commit details
    Browse the repository at this point in the history
  3. 2.11.0

    bmagyar committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ca21178 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Small fixes for JTC. (ros-controls#390)

    variables in JTC to not clutter other PR with them.
    fixes of updating parameters on renewed configuration of JTC that were missed
    destogl authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    48ade9c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. [JTC] Hold position if tolerance is violated even during non-active g…

    …oal (ros-controls#368)
    
    * hold position if tolerance is violated even during non-active goal
    
    * rename abort
    
    Co-authored-by: Michael Wiznitzer <[email protected]>
    mechwiz and Michael Wiznitzer authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    7d8a269 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Adjust CI configuration to ros2_control repository. (ros-controls#408)

    * Remove old CI setup.
    
    * Adding adjusted CI configurationt to ros2_control repository.
    
    * Fixup line for private repositories.
    
    * Run format only on PR.
    
    * Adjust repos files.
    destogl authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4d3404f View commit details
    Browse the repository at this point in the history
  2. Reinstate JTC tests (ros-controls#391)

    * Fix correct_initialization_using_parameters
    * Fix configure_state_ignores_command
    * Re-enable incorrect_initialization_using_interface_parameters
    * Re-enable cleanup and activate tests
    * Port gtest to gmock
    
    Co-authored-by: Denis Štogl <[email protected]>
    bmagyar and destogl authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c74e31a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Fix formatting CI job (ros-controls#418)

    Signed-off-by: Tyler Weaver <[email protected]>
    tylerjw authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0da387d View commit details
    Browse the repository at this point in the history
  2. build: 👷 remove foxy rhel build (ros-controls#420)

    - there is no foxy rhel docker image because it osrf doesn't publish rhel packages for foxy
    jaron-l authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    abd83df View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    33ff4ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2547c View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 make bare exceptions more narrow (ros-controls#422)

    - fixes pre-commit pipeline
    jaron-l authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9e08ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. [JTC] Add additional parameter to enable configuration of interfaces …

    …for following controllers in a chain. (ros-controls#380)
    
    * [JTC] Add additional parameter to enable configuration of interfaces for following controllers in a chain.
    * Use command_joint_states correctly in parameters depending on joint states.
    * Fixup tests.
    destogl authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    93fa9fe View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

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

Commits on Sep 1, 2022

  1. Use a "steady clock" when measuring time differences (ros-controls#427)

    * Use "steady" clocks when measuring changes in time
    * Check if the "publish rate" tests pass now
    AndyZe authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    fe89a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe306da View commit details
    Browse the repository at this point in the history
  3. Update changelogs

    bmagyar committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    dddab1d View commit details
    Browse the repository at this point in the history
  4. 2.12.0

    bmagyar committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3425ebc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 6, 2022

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

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    a9b9a9c View commit details
    Browse the repository at this point in the history
  2. Fix for high CPU usage by JTC in gzserver (ros-controls#428)

    * Change type cast wall timer period from second to nanoseconds.
        create_wall_timer() expects delay in nanoseconds (duration object) however the type cast to seconds will result in 0 (if duration is less than 1s) and thus causing timer to be fired non stop resulting in very high CPU usage.
    
    * Reset smartpointer so that create_wall_timer() call can destroy previous trajectory timer.
       node->create_wall_timer() first removes timers associated with expired smartpointers before servicing current request.  The JTC timer pointer gets overwrite only after the create_wall_timer() returns and thus not able to remove previous trajectory timer resulting in upto two timers running for JTC during trajectory execution.  Althougth the previous timer does nothing but still get fired.
    
    Signed-off-by: Arshad Mehmood <[email protected]>
    
    Signed-off-by: Arshad Mehmood <[email protected]>
    arshadlab authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    96f1e59 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

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

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    9c81373 View commit details
    Browse the repository at this point in the history
  2. Fix undeclared and wrong parameters in controllers. (ros-controls#438)

    * Add missing parameter declaration in the joint state broadcaster.
    * Fix unsensible test in IMU Sensor Broadcaster.
    destogl authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    77a2c06 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. [CI] Add new variable to reusable workflow set unique name (ros-contr…

    …ols#442)
    
    - Add new variable to reusable workflow to set unique name for the cache
    - Variable cannot be used in the container definition
    destogl authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8d0345a View commit details
    Browse the repository at this point in the history
  2. Generate Parameter Library for Joint Trajectory Controller (ros-contr…

    …ols#384)
    
    * generate_parameter_library for jtc
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Update to latest generator
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Use __map_joints feature
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Update joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml
    
    Co-authored-by: AndyZe <[email protected]>
    
    * Respond to feedback
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Fix cppcheck errors
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Add to repos file for CI
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * put ff_velocity_scale back to avoid changing the interface
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * update custom parameter validators
    
    Signed-off-by: Tyler Weaver <[email protected]>
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * command_interfaces may not be empty.
    
    * Make joint names unique and not empty.
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Fixup the tests and finish the merge.
    
    * Fixup linters.
    
    * Fixup bug.
    
    * Use executor in all cases to avoid test timeouts on the CI.
    
    * Add missing parameter declaration in the joint state broadcaster.
    
    * Fix unsensible test in IMU Sensor Broadcaster.
    
    * Update ros2_controllers.rolling.repos
    
    * Update ros2_controllers.humble.repos
    
    * Update ros2_controllers-not-released.humble.repos
    
    * Update ros2_controllers-not-released.rolling.repos
    
    * Update ros2_controllers.humble.repos
    
    * Update ros2_controllers-not-released.humble.repos
    
    * Update ros2_controllers-not-released.humble.repos
    
    * Remove using generate_parameters_library from source.
    
    Signed-off-by: Tyler Weaver <[email protected]>
    Signed-off-by: Tyler Weaver <[email protected]>
    Signed-off-by: Tyler Weaver <[email protected]>
    Co-authored-by: AndyZe <[email protected]>
    Co-authored-by: Denis Štogl <[email protected]>
    Co-authored-by: Denis Štogl <[email protected]>
    Co-authored-by: Bence Magyar <[email protected]>
    5 people authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    b157c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    133ac35 View commit details
    Browse the repository at this point in the history
  2. Update changelogs

    bmagyar committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e0df7dd View commit details
    Browse the repository at this point in the history
  3. 2.13.0

    bmagyar committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2457680 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Oct 10, 2022

  1. Add generic admittance controller for TCP wrenches (ros-controls#370)

    Co-authored-by: AndyZe <[email protected]>
    Co-authored-by: Denis Štogl <[email protected]>
    3 people authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9be3bfe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 13, 2022

  1. Generate params for ForwardCommandController (ros-controls#396)

    * Generate params for ForwardCommandController
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Clean up CMake
    
    Signed-off-by: Tyler Weaver <[email protected]>
    Co-authored-by: Denis Štogl <[email protected]>
    Co-authored-by: Bence Magyar <[email protected]>
    3 people authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    eccea9c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    0cfa804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9f550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    908b7cc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

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

Commits on Nov 12, 2022

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

Commits on Nov 16, 2022

  1. [AdmittanceController] Add missing dependecies for the tests (ros-con…

    …trols#465)
    
    We need a concrete implementation of `kinematics_interface` for tests to work. We use `kinematics_interface_kdl` implementation in the tests.
    destogl authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    950fb26 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    bc1ed47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ea6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    933da0f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Update changelogs

    bmagyar committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a0fc29e View commit details
    Browse the repository at this point in the history
  2. 2.14.0

    bmagyar committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    755fec9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

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

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    bc7be0e View commit details
    Browse the repository at this point in the history
  2. [DiffDriveController] Change units of velocity feedback (ros-controls…

    …#452)
    
    Adds multiplying feedback by wheel radius so that it can be in rad/s (which should be expected unit)
    
    Co-authored-by: Maciej Stępień <[email protected]>
    Co-authored-by: Bence Magyar <[email protected]>
    Co-authored-by: Denis Štogl <[email protected]>
    4 people authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    5a367e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. [DiffDriveController] Use generate parameter library (ros-controls#386)

    Co-authored-by: Denis Štogl <[email protected]>
    Co-authored-by: Bence Magyar <[email protected]>
    3 people authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    bc88acb View commit details
    Browse the repository at this point in the history
  2. [TricycleController] Removed “publish period” functionality ⏱ #abi-br…

    …eak #behavior-break (ros-controls#468)
    
    
    Co-authored-by: Denis Štogl <[email protected]>
    Robotgir and destogl authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    4c0d58e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Update changelogs

    bmagyar committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    091ab8d View commit details
    Browse the repository at this point in the history
  2. 2.15.0

    bmagyar committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f08c378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f2c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b9c06a View commit details
    Browse the repository at this point in the history
  5. [JTC] Remove deprecation from parameters validation file. (ros-contro…

    …ls#476)
    
    * [JTC] Remove deprecation from parameters validation file.
    
    * Add new dependencies.
    
    * Add missing dependencies
    
    * Update package.xml
    destogl authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b72d0bb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Don't run humble workflows from master branch (ros-controls#479)

    * Remove workflows for distros not supported on master
    
    * Revert "Remove workflows for distros not supported on master"
    
    This reverts commit e916af3.
    
    * Don't run humble workflows on master
    bmagyar authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d18a10c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Jan 6, 2023

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

Commits on Jan 10, 2023

  1. [JTC] Allow ff_velocity_scale=0 without deprecated warning (ros-contr…

    …ols#490)
    
    * Allow ff_velocity_scale=0 without deprecated warning
    
    * Remove deprecated warning for old ff_velocity_scale param
    christophfroehlich authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a49a87d View commit details
    Browse the repository at this point in the history
  2. 🔧 Fixes and updated on pre-commit hooks and their action (ros-control…

    …s#492)
    
    * Use pydocstyle instead of pep257 because it replaces it. Bump versions of hooks.
    
    * Remove fixed python version from formatting action. Fix action warnings about Node.js 12 by updating them. Bump version of clang-format.
    
    * Fixup formatting.
    
    * Bump clang-format version.
    
    * Update .pre-commit-config.yaml
    destogl authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3829d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97748d7 View commit details
    Browse the repository at this point in the history
  4. [JTC] Add pid gain structure to documentation (ros-controls#485)

    * Add pid gain structure to documentation
    
    * Remove trailing whitespace
    
    * Remove trailing colons
    christophfroehlich authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e0a373a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. diff_drive base_frame_id param (ros-controls#495)

    changed default value from `odom` -> `base_link`
    delihus authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    acaf918 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Update changelogs

    bmagyar committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    648b135 View commit details
    Browse the repository at this point in the history
  2. 2.16.0

    bmagyar committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fd6a1d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 17, 2023

  1. Bump actions/setup-python from 4.4.0 to 4.5.0 (ros-controls#499)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.4.0...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8cfa22d View commit details
    Browse the repository at this point in the history
  2. Bump ros-tooling/setup-ros from 0.3.4 to 0.4.2 (ros-controls#500)

    Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.3.4 to 0.4.2.
    - [Release notes](https://github.com/ros-tooling/setup-ros/releases)
    - [Commits](ros-tooling/setup-ros@0.3.4...0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/setup-ros
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ccc3ed2 View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 3.1.0 to 3.1.1 (ros-controls#501)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.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.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2d0f5b4 View commit details
    Browse the repository at this point in the history
  4. Bump ros-tooling/action-ros-ci from 0.2.6 to 0.2.7 (ros-controls#502)

    Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.2.6 to 0.2.7.
    - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases)
    - [Commits](ros-tooling/action-ros-ci@0.2.6...0.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/action-ros-ci
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1c6f267 View commit details
    Browse the repository at this point in the history
  5. Bump pat-s/always-upload-cache from 2.1.5 to 3.0.11 (ros-controls#503)

    Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 2.1.5 to 3.0.11.
    - [Release notes](https://github.com/pat-s/always-upload-cache/releases)
    - [Changelog](https://github.com/pat-s/always-upload-cache/blob/main/RELEASES.md)
    - [Commits](pat-s/always-upload-cache@v2.1.5...v3.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: pat-s/always-upload-cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2f9f4ea View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Revert "2.16.0"

    This reverts commit fd6a1d9.
    bmagyar committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    628fe77 View commit details
    Browse the repository at this point in the history
  2. 3.0.0

    bmagyar committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f617b28 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. [JTC] Configurable joint positon error normalization behavior (ros-co…

    …ntrols#491)
    
    * Use the same variables for state feedback and PID loop
    
    * Make joint_error normalization configurable
    
    * Activate test for only velocity controller
    
    * Allow ff_velocity_scale=0 without deprecated warning
    
    * Add test for setpoint due to normalized position error
    
    * Update comments in test
    
    Co-authored-by: Bence Magyar <[email protected]>
    christophfroehlich and bmagyar authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    67e5d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Bump actions/upload-artifact from 3.1.0 to 3.1.2 (ros-controls#508)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3.1.0...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    691e010 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    a741d4d View commit details
    Browse the repository at this point in the history
  2. ported the joint_trajectory_controller query_state service to ROS2 (r…

    …os-controls#481)
    
    * ported the joint_trajectory_controller query_state service to ROS2
    
    * reiterate over the implementation and simplify it
    
    * updated test for long past time and some comments on service
    
    * address PR review changes
    
    Co-authored-by: Bence Magyar <[email protected]>
    saikishor and bmagyar authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7c79feb View commit details
    Browse the repository at this point in the history
  3. Changing to_chrono to use nanoseconds (ros-controls#507)

    * Changing to_chrono to use nanoseconds
    
    Previously std::chrono::seconds, which rounds to 0 if action_monitor_period_ < 1
    
    * Reset gripper action goal timer to match JTC impl
    danwahl authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ec80aba View commit details
    Browse the repository at this point in the history
  4. Update changelogs

    bmagyar committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ae3df62 View commit details
    Browse the repository at this point in the history
  5. 3.1.0

    bmagyar committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5298e73 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Bump ros-tooling/setup-ros from 0.4.2 to 0.5.0 (ros-controls#513)

    Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.4.2 to 0.5.0.
    - [Release notes](https://github.com/ros-tooling/setup-ros/releases)
    - [Commits](ros-tooling/setup-ros@0.4.2...0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/setup-ros
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6594e72 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    d9577d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762ae2b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Fix JTC segfault on unload (ros-controls#515)

    This commit fixes the segfault which happens when the JTC is unloaded, if it is in inactive state but was never activated.
    VX792 authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6369faa View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Add JTC normalize_error parameter to doc (ros-controls#511)

    * Add normalize_error parameter to doc
    
    * Add usecase for normalize_error
    
    * Update alignment
    
    Co-authored-by: Dr. Denis <[email protected]>
    
    ---------
    
    Co-authored-by: Dr. Denis <[email protected]>
    christophfroehlich and destogl authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2a870b2 View commit details
    Browse the repository at this point in the history
  2. Fix overriding of install (ros-controls#510)

    * Fix overriding of install
    
    Signed-off-by: Tyler Weaver <[email protected]>
    
    * Update admittance_controller/CMakeLists.txt
    
    Co-authored-by: Chris Thrasher <[email protected]>
    
    * Update ros2_controllers/CMakeLists.txt
    
    Co-authored-by: Chris Thrasher <[email protected]>
    
    * Remove unused lists
    
    * Use THIS_PACKAGE_INCLUDE_DEPENDS list
    
    ---------
    
    Signed-off-by: Tyler Weaver <[email protected]>
    Co-authored-by: Chris Thrasher <[email protected]>
    tylerjw and ChrisThrasher authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2ce1f21 View commit details
    Browse the repository at this point in the history
  3. fix interpolation logic (ros-controls#516)

    Co-authored-by: Solomon Wiznitzer <[email protected]>
    swiz23 and Solomon Wiznitzer authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7cc3434 View commit details
    Browse the repository at this point in the history
  4. fix JTC segfault (ros-controls#518)

    Co-authored-by: Michael Wiznitzer <[email protected]>
    mechwiz and Michael Wiznitzer authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3a1402e View commit details
    Browse the repository at this point in the history
  5. Update changelogs

    bmagyar committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bebe506 View commit details
    Browse the repository at this point in the history
  6. 3.2.0

    bmagyar committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d8c2946 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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

Commits on Feb 20, 2023

  1. Fix Segfault in GripperActionController (ros-controls#527)

    * Use RT buffer for gripper action controller's goal handle
    
    * fix format
    
    ---------
    
    Co-authored-by: Bence Magyar <[email protected]>
    Erik Holum and bmagyar authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    520036d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7aede View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Mar 1, 2023

  1. Bump ros-tooling/setup-ros from 0.5.0 to 0.6.0 (ros-controls#534)

    Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/ros-tooling/setup-ros/releases)
    - [Commits](ros-tooling/setup-ros@0.5.0...0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/setup-ros
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    bc5d285 View commit details
    Browse the repository at this point in the history
  2. Bump ros-tooling/action-ros-ci from 0.2.7 to 0.3.0 (ros-controls#535)

    Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.2.7 to 0.3.0.
    - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases)
    - [Commits](ros-tooling/action-ros-ci@0.2.7...0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/action-ros-ci
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5e943b6 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 1 to 3 (ros-controls#536)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cfaa708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bdc4a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Use std::clamp instead of rcppmath::clamp (ros-controls#540)

    * Use std::clamp
    
    * Remove includes
    christophfroehlich authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2f01639 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Update changelogs

    bmagyar committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ee3fdd0 View commit details
    Browse the repository at this point in the history
  2. 3.3.0

    bmagyar committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d784253 View commit details
    Browse the repository at this point in the history
  3. Update JTC documentation (ros-controls#541)

    * Update JTC documentation
    
    Update, e.g. parameter changed with ros-controls#520
    
    * Fix whitespaces
    christophfroehlich authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8bbabb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Bump ros-tooling/setup-ros from 0.6.0 to 0.6.1 (ros-controls#544)

    Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.6.0 to 0.6.1.
    - [Release notes](https://github.com/ros-tooling/setup-ros/releases)
    - [Commits](ros-tooling/setup-ros@0.6.0...0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: ros-tooling/setup-ros
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2bf8ce0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Removed auto param decl (ros-controls#546)

    automatically_declare_parameters_from_overrides True hinders
    from dynamically loading external libraries declaring
    their own parameters.
    guihomework authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    82a4e24 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update docs (ros-controls#552)

    * Add missing controllers to doc index
    
    * Fix wrong forward_command controller doc
    christophfroehlich authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    eb76cd7 View commit details
    Browse the repository at this point in the history
  2. [AdmittanceController] Addintional argument in methods of ControllerI…

    …nterface (ros-controls#553)
    
    * [AdmittanceController] Addintional argument in methods of ControllerInterface
    
    * Update admittance_controller.cpp
    destogl authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    03dfb84 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

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

Commits on Apr 2, 2023

  1. Update changelogs

    bmagyar committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    05011b4 View commit details
    Browse the repository at this point in the history
  2. 3.4.0

    bmagyar committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ccc4ab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    a6c573d View commit details
    Browse the repository at this point in the history
  2. Handled offset from ft sensor frame to meas frame

    Test currently fails at joint state matching commands, but this
    should be expected as there is gravity compensation with a 2.3 kg mass
    guihomework committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8a1e588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d47f3 View commit details
    Browse the repository at this point in the history