|
8 | 8 | <joint name="${tf_prefix}shoulder_pan_joint"> |
9 | 9 | <command_interface name="position"/> |
10 | 10 | <command_interface name="velocity"/> |
| 11 | + <command_interface name="effort"/> |
11 | 12 | <state_interface name="position"> |
12 | 13 | <!-- initial position for the mock system and simulation --> |
13 | 14 | <param name="initial_value">${initial_positions['shoulder_pan_joint']}</param> |
|
22 | 23 | <joint name="${tf_prefix}shoulder_lift_joint"> |
23 | 24 | <command_interface name="position"/> |
24 | 25 | <command_interface name="velocity"/> |
| 26 | + <command_interface name="effort"/> |
25 | 27 | <state_interface name="position"> |
26 | 28 | <!-- initial position for the mock system and simulation --> |
27 | 29 | <param name="initial_value">${initial_positions['shoulder_lift_joint']}</param> |
|
36 | 38 | <joint name="${tf_prefix}elbow_joint"> |
37 | 39 | <command_interface name="position"/> |
38 | 40 | <command_interface name="velocity"/> |
| 41 | + <command_interface name="effort"/> |
39 | 42 | <state_interface name="position"> |
40 | 43 | <!-- initial position for the mock system and simulation --> |
41 | 44 | <param name="initial_value">${initial_positions['elbow_joint']}</param> |
|
50 | 53 | <joint name="${tf_prefix}wrist_1_joint"> |
51 | 54 | <command_interface name="position"/> |
52 | 55 | <command_interface name="velocity"/> |
| 56 | + <command_interface name="effort"/> |
53 | 57 | <state_interface name="position"> |
54 | 58 | <!-- initial position for the mock system and simulation --> |
55 | 59 | <param name="initial_value">${initial_positions['wrist_1_joint']}</param> |
|
64 | 68 | <joint name="${tf_prefix}wrist_2_joint"> |
65 | 69 | <command_interface name="position"/> |
66 | 70 | <command_interface name="velocity"/> |
| 71 | + <command_interface name="effort"/> |
67 | 72 | <state_interface name="position"> |
68 | 73 | <!-- initial position for the mock system and simulation --> |
69 | 74 | <param name="initial_value">${initial_positions['wrist_2_joint']}</param> |
|
78 | 83 | <joint name="${tf_prefix}wrist_3_joint"> |
79 | 84 | <command_interface name="position"/> |
80 | 85 | <command_interface name="velocity"/> |
| 86 | + <command_interface name="effort"/> |
81 | 87 | <state_interface name="position"> |
82 | 88 | <!-- initial position for the mock system and simulation --> |
83 | 89 | <param name="initial_value">${initial_positions['wrist_3_joint']}</param> |
|
0 commit comments