Skip to content

Commit

Permalink
fake_hardware is depreciated, changed to mock_hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
yilmazabdurrah committed Nov 26, 2024
1 parent 08aeebc commit fcd9d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions franka_description/robots/panda_arm.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<ros2_control name="FrankaHardwareInterface" type="system">
<hardware>
<xacro:if value="${use_fake_hardware}">
<plugin>fake_components/GenericSystem</plugin>
<plugin>mock_components/GenericSystem</plugin>
<param name="mock_sensor_commands">${fake_sensor_commands}</param>
<param name="state_following_offset">0.0</param>
<param name="position_state_following_offset">0.0</param>
</xacro:if>
<xacro:unless value="${use_fake_hardware}">
<plugin>franka_hardware/FrankaHardwareInterface</plugin>
Expand Down

0 comments on commit fcd9d4d

Please sign in to comment.