We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235e149 commit 105f1c8Copy full SHA for 105f1c8
urdf/ur.ros2_control.xacro
@@ -137,6 +137,16 @@
137
<state_interface name="torque.z"/>
138
</sensor>
139
140
+ <sensor name="${tf_prefix}tcp_pose">
141
+ <state_interface name="position.x"/>
142
+ <state_interface name="position.y"/>
143
+ <state_interface name="position.z"/>
144
+ <state_interface name="orientation.x"/>
145
+ <state_interface name="orientation.y"/>
146
+ <state_interface name="orientation.z"/>
147
+ <state_interface name="orientation.w"/>
148
+ </sensor>
149
+
150
<!-- NOTE The following are joints used only for testing with fake hardware and will change in the future -->
151
<gpio name="${tf_prefix}speed_scaling">
152
<state_interface name="speed_scaling_factor"/>
0 commit comments