|
66 | 66 | </xacro:unless> |
67 | 67 | </hardware> |
68 | 68 | <joint name="${tf_prefix}shoulder_pan_joint"> |
69 | | - <command_interface name="position"> |
70 | | - <param name="min">{-2*pi}</param> |
71 | | - <param name="max">{2*pi}</param> |
72 | | - </command_interface> |
73 | | - <command_interface name="velocity"> |
74 | | - <param name="min">-3.15</param> |
75 | | - <param name="max">3.15</param> |
76 | | - </command_interface> |
| 69 | + <command_interface name="position"/> |
| 70 | + <command_interface name="velocity"/> |
77 | 71 | <state_interface name="position"> |
78 | 72 | <!-- initial position for the FakeSystem and simulation --> |
79 | 73 | <param name="initial_value">${initial_positions['shoulder_pan_joint']}</param> |
|
82 | 76 | <state_interface name="effort"/> |
83 | 77 | </joint> |
84 | 78 | <joint name="${tf_prefix}shoulder_lift_joint"> |
85 | | - <command_interface name="position"> |
86 | | - <param name="min">{-2*pi}</param> |
87 | | - <param name="max">{2*pi}</param> |
88 | | - </command_interface> |
89 | | - <command_interface name="velocity"> |
90 | | - <param name="min">-3.15</param> |
91 | | - <param name="max">3.15</param> |
92 | | - </command_interface> |
| 79 | + <command_interface name="position"/> |
| 80 | + <command_interface name="velocity"/> |
93 | 81 | <state_interface name="position"> |
94 | 82 | <!-- initial position for the FakeSystem and simulation --> |
95 | 83 | <param name="initial_value">${initial_positions['shoulder_lift_joint']}</param> |
|
98 | 86 | <state_interface name="effort"/> |
99 | 87 | </joint> |
100 | 88 | <joint name="${tf_prefix}elbow_joint"> |
101 | | - <command_interface name="position"> |
102 | | - <param name="min">{-pi}</param> |
103 | | - <param name="max">{pi}</param> |
104 | | - </command_interface> |
105 | | - <command_interface name="velocity"> |
106 | | - <param name="min">-3.15</param> |
107 | | - <param name="max">3.15</param> |
108 | | - </command_interface> |
| 89 | + <command_interface name="position"/> |
| 90 | + <command_interface name="velocity"/> |
109 | 91 | <state_interface name="position"> |
110 | 92 | <!-- initial position for the FakeSystem and simulation --> |
111 | 93 | <param name="initial_value">${initial_positions['elbow_joint']}</param> |
|
114 | 96 | <state_interface name="effort"/> |
115 | 97 | </joint> |
116 | 98 | <joint name="${tf_prefix}wrist_1_joint"> |
117 | | - <command_interface name="position"> |
118 | | - <param name="min">{-2*pi}</param> |
119 | | - <param name="max">{2*pi}</param> |
120 | | - </command_interface> |
121 | | - <command_interface name="velocity"> |
122 | | - <param name="min">-3.2</param> |
123 | | - <param name="max">3.2</param> |
124 | | - </command_interface> |
| 99 | + <command_interface name="position"/> |
| 100 | + <command_interface name="velocity"/> |
125 | 101 | <state_interface name="position"> |
126 | 102 | <!-- initial position for the FakeSystem and simulation --> |
127 | 103 | <param name="initial_value">${initial_positions['wrist_1_joint']}</param> |
|
130 | 106 | <state_interface name="effort"/> |
131 | 107 | </joint> |
132 | 108 | <joint name="${tf_prefix}wrist_2_joint"> |
133 | | - <command_interface name="position"> |
134 | | - <param name="min">{-2*pi}</param> |
135 | | - <param name="max">{2*pi}</param> |
136 | | - </command_interface> |
137 | | - <command_interface name="velocity"> |
138 | | - <param name="min">-3.2</param> |
139 | | - <param name="max">3.2</param> |
140 | | - </command_interface> |
| 109 | + <command_interface name="position"/> |
| 110 | + <command_interface name="velocity"/> |
141 | 111 | <state_interface name="position"> |
142 | 112 | <!-- initial position for the FakeSystem and simulation --> |
143 | 113 | <param name="initial_value">${initial_positions['wrist_2_joint']}</param> |
|
146 | 116 | <state_interface name="effort"/> |
147 | 117 | </joint> |
148 | 118 | <joint name="${tf_prefix}wrist_3_joint"> |
149 | | - <command_interface name="position"> |
150 | | - <param name="min">{-2*pi}</param> |
151 | | - <param name="max">{2*pi}</param> |
152 | | - </command_interface> |
153 | | - <command_interface name="velocity"> |
154 | | - <param name="min">-3.2</param> |
155 | | - <param name="max">3.2</param> |
156 | | - </command_interface> |
| 119 | + <command_interface name="position"/> |
| 120 | + <command_interface name="velocity"/> |
157 | 121 | <state_interface name="position"> |
158 | 122 | <!-- initial position for the FakeSystem and simulation --> |
159 | 123 | <param name="initial_value">${initial_positions['wrist_3_joint']}</param> |
|
0 commit comments