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 14dde91 commit 08aeebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion franka_description/robots/panda_arm.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<hardware>
<xacro:if value="${use_fake_hardware}">
<plugin>fake_components/GenericSystem</plugin>
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
<param name="mock_sensor_commands">${fake_sensor_commands}</param>
<param name="state_following_offset">0.0</param>
</xacro:if>
<xacro:unless value="${use_fake_hardware}">
Expand Down

0 comments on commit 08aeebc

Please sign in to comment.