Skip to content

Commit 0095ef1

Browse files
Remove deprecated gripper_controller (#1652)
1 parent a118def commit 0095ef1

16 files changed

+4
-1595
lines changed

doc/controllers_index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ The controllers are using `common hardware interface definitions`_, and may use
5151
Admittance Controller <../admittance_controller/doc/userdoc.rst>
5252
Effort Controllers <../effort_controllers/doc/userdoc.rst>
5353
Forward Command Controller <../forward_command_controller/doc/userdoc.rst>
54-
Gripper Controller <../gripper_controllers/doc/userdoc.rst>
5554
Joint Trajectory Controller <../joint_trajectory_controller/doc/userdoc.rst>
5655
Parallel Gripper Controller <../parallel_gripper_controller/doc/userdoc.rst>
5756
PID Controller <../pid_controller/doc/userdoc.rst>

doc/migration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Migration Guides: Jazzy to Kilted
44
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
55
This list summarizes important changes between Jazzy (previous) and Kilted (current) releases, where changes to user code might be necessary.
66

7+
GripperActionController
8+
*****************************
9+
The ``effort_controllers/GripperActionController`` and ``position_controllers/GripperActionController`` have been removed. The ``parallel_gripper_action_controller/GripperActionController`` should be used instead. `(#1652 <https://github.com/ros-controls/ros2_controllers/pull/1652>`__).
10+
711
diff_drive_controller
812
*****************************
913
* Parameters ``has_velocity_limits``, ``has_acceleration_limits``, and ``has_jerk_limits`` are removed. Instead, set the respective limits to ``.NAN``. (`#1653 <https://github.com/ros-controls/ros2_controllers/pull/1653>`_).

gripper_controllers/CHANGELOG.rst

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)