Skip to content

Commit

Permalink
Use mock_components instead of fake_components (#37)
Browse files Browse the repository at this point in the history
This has been renamed in ros2_control hardware_interface.
  • Loading branch information
Abishalini authored Sep 21, 2022
1 parent 1180385 commit c4d1724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/ur.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin>ign_ros2_control/IgnitionSystem</plugin>
</xacro:if>
<xacro:if value="${use_fake_hardware}">
<plugin>fake_components/GenericSystem</plugin>
<plugin>mock_components/GenericSystem</plugin>
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
<param name="state_following_offset">0.0</param>
</xacro:if>
Expand Down

0 comments on commit c4d1724

Please sign in to comment.