-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aron Svastits
committed
Nov 20, 2023
1 parent
d148841
commit dfe9174
Showing
8 changed files
with
55 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
kuka_iiqka_eac_driver/config/effort_controller_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
effort_controller: | ||
ros__parameters: | ||
joints: | ||
- joint_a1 | ||
- joint_a2 | ||
- joint_a3 | ||
- joint_a4 | ||
- joint_a5 | ||
- joint_a6 | ||
- joint_1 | ||
- joint_2 | ||
- joint_3 | ||
- joint_4 | ||
- joint_5 | ||
- joint_6 | ||
gains: | ||
joint_a1: | ||
joint_1: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 | ||
joint_a2: | ||
joint_2: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 | ||
joint_a3: | ||
joint_3: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 | ||
joint_a4: | ||
joint_4: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 | ||
joint_a5: | ||
joint_5: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 | ||
joint_a6: | ||
joint_6: | ||
p: 5.0 | ||
i: 0.0 | ||
d: 0.1 |
12 changes: 6 additions & 6 deletions
12
kuka_iiqka_eac_driver/config/joint_impedance_controller_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
joint_impedance_controller: | ||
ros__parameters: | ||
joints: | ||
- joint_a1 | ||
- joint_a2 | ||
- joint_a3 | ||
- joint_a4 | ||
- joint_a5 | ||
- joint_a6 | ||
- joint_1 | ||
- joint_2 | ||
- joint_3 | ||
- joint_4 | ||
- joint_5 | ||
- joint_6 |
12 changes: 6 additions & 6 deletions
12
kuka_iiqka_eac_driver/config/joint_trajectory_controller_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
kuka_kss_rsi_driver/config/joint_trajectory_controller_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
kuka_sunrise_fri_driver/config/joint_trajectory_controller_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters