File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
cartesian_admittance_controller/test Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ load_admittance_controller:
12
12
- position
13
13
- velocity
14
14
15
- chainable_command_interfaces :
16
- - position
17
- - velocity
18
-
19
-
20
15
test_cartesian_admittance_controller :
21
16
# contains minimal needed parameters for kuka_kr6
22
17
ros__parameters :
@@ -33,9 +28,6 @@ test_cartesian_admittance_controller:
33
28
34
29
state_interfaces :
35
30
- position
36
-
37
- chainable_command_interfaces :
38
- - position
39
31
- velocity
40
32
41
33
kinematics :
@@ -79,6 +71,9 @@ test_cartesian_admittance_controller:
79
71
frame :
80
72
id : tool0 # Admittance calcs (displacement etc) are done in this frame. Usually the tool or end-effector
81
73
external : false # control frame exists within URDF kinematic chain
74
+ # Admittance rule
75
+ plugin_name : cartesian_admittance_controller/VanillaCartesianAdmittanceRule
76
+ plugin_package : cartesian_admittance_controller
82
77
83
78
selected_axes :
84
79
- true # x
You can’t perform that action at this time.
0 commit comments