You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This branch implements command the joint configuration to the [lbr_stack](https://github.com/idra-lab/lbr_fri_ros2_stack) KUKA hardware interface so it allows `Cartesian Impedance Control` as well as `Joint Position Control` depending on the command input chosen as `client_command_mode` in the hardware interface.
7
+
This branch implements command the joint configuration to the [lbr_stack](https://github.com/idra-lab/lbr_fri_ros2_stack) KUKA hardware interface so it allows Cartesian and Joint Impedance Control as well as Joint Position Control depending on the command input chosen as `client_command_mode` in the hardware interface.
8
8
9
9
This controller is designed to be used with the KUKA FRI in `POSITION` command mode. To switch FRI Command Mode you need to update the following line in the `LBRServer.java` application, chosing between the two controller.
10
10
```
@@ -18,8 +18,9 @@ control_mode_ = new PositionControlMode();
|Kinematics Control |`POSITION`|`PositionControlMode`|
22
+
|Joint Impedance Control |`POSITION`|`JointImpedanceControlMode`|
21
23
|Cartesian Impedance Control |`POSITION`|`CartesianImpedanceControlMode`|
22
-
|Kinematics control |`POSITION`|`PositionControlMode`|
23
24
24
25
Check out how to use this controller in our KUKA LBR example [here](https://github.com/idra-lab/kuka_impedance)!
25
26
The code structure and some libraries have been taken from the repo [Cartesian Controllers](https://github.com/fzi-forschungszentrum-informatik/cartesian_controllers).
0 commit comments