Skip to content

Commit 9f8a89c

Browse files
authored
Update README.md
1 parent 9950adb commit 9f8a89c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![build badge](https://github.com/lucabeber/effort_controller/actions/workflows/rolling.yml/badge.svg)
55

66

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 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.
88

99
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.
1010
```
@@ -18,8 +18,9 @@ control_mode_ = new PositionControlMode();
1818

1919
|Supported Controller Options| FRI Command Mode | FRI Controller Mode |
2020
|----------------------------|--------------------|--------------------------------|
21+
|Kinematics Control |`POSITION` | `PositionControlMode` |
22+
|Joint Impedance Control |`POSITION` | `JointImpedanceControlMode` |
2123
|Cartesian Impedance Control |`POSITION` | `CartesianImpedanceControlMode`|
22-
|Kinematics control |`POSITION` | `PositionControlMode` |
2324

2425
Check out how to use this controller in our KUKA LBR example [here](https://github.com/idra-lab/kuka_impedance)!
2526
The code structure and some libraries have been taken from the repo [Cartesian Controllers](https://github.com/fzi-forschungszentrum-informatik/cartesian_controllers).
@@ -69,4 +70,4 @@ controller_manager:
6970
- 0.0
7071

7172
# More controllers here
72-
```
73+
```

0 commit comments

Comments
 (0)