Skip to content

Commit c4d1724

Browse files
authored
Use mock_components instead of fake_components (UniversalRobots#37)
This has been renamed in ros2_control hardware_interface.
1 parent 1180385 commit c4d1724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urdf/ur.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>ign_ros2_control/IgnitionSystem</plugin>
2828
</xacro:if>
2929
<xacro:if value="${use_fake_hardware}">
30-
<plugin>fake_components/GenericSystem</plugin>
30+
<plugin>mock_components/GenericSystem</plugin>
3131
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
3232
<param name="state_following_offset">0.0</param>
3333
</xacro:if>

0 commit comments

Comments
 (0)