Skip to content

Commit

Permalink
added forward torque controller to config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Dec 5, 2023
1 parent 5a09548 commit 44e7e20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lbr_ros2_control/config/lbr_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
forward_lbr_position_command_controller:
type: lbr_ros2_control/LBRForwardPositionCommandController

forward_lbr_torque_command_controller:
type: lbr_ros2_control/LBRForwardTorqueCommandController

/**/lbr_estimated_ft_broadcaster:
ros__parameters:
damping: 0.2
Expand Down
8 changes: 8 additions & 0 deletions lbr_ros2_control/lbr_forward_command_controllers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
<description>Forward command controller for LBRPositionCommand message, see
lbr_fri_msgs/msg/LBRPositionCommand.msg.</description>
</class>

<!-- LBR forward torque command controller plugin -->
<class name="lbr_ros2_control/LBRForwardTorqueCommandController"
type="lbr_ros2_control::LBRForwardTorqueCommandController"
base_class_type="controller_interface::ControllerInterface">
<description>Forward command controller for LBRTorqueCommand message, see
lbr_fri_msgs/msg/LBRTorqueCommand.msg.</description>
</class>
</library>

0 comments on commit 44e7e20

Please sign in to comment.