Skip to content

Commit 0923cbf

Browse files
authored
fake_components->mock_components (Kinovarobotics#197)
1 parent 2f3f056 commit 0923cbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kortex_description/arms/gen3/6dof/urdf/kortex.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<param name="joint_states_topic">${isaac_joint_states}</param>
4040
</xacro:if>
4141
<xacro:if value="${use_fake_hardware}">
42-
<plugin>fake_components/GenericSystem</plugin>
42+
<plugin>mock_components/GenericSystem</plugin>
4343
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
4444
<param name="state_following_offset">0.0</param>
4545
</xacro:if>

kortex_description/arms/gen3/7dof/urdf/kortex.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<param name="joint_states_topic">${isaac_joint_states}</param>
4040
</xacro:if>
4141
<xacro:if value="${use_fake_hardware}">
42-
<plugin>fake_components/GenericSystem</plugin>
42+
<plugin>mock_components/GenericSystem</plugin>
4343
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
4444
<param name="state_following_offset">0.0</param>
4545
</xacro:if>

kortex_description/arms/gen3_lite/6dof/urdf/kortex.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<param name="joint_states_topic">${isaac_joint_states}</param>
4040
</xacro:if>
4141
<xacro:if value="${use_fake_hardware}">
42-
<plugin>fake_components/GenericSystem</plugin>
42+
<plugin>mock_components/GenericSystem</plugin>
4343
<param name="fake_sensor_commands">${fake_sensor_commands}</param>
4444
<param name="state_following_offset">0.0</param>
4545
</xacro:if>

0 commit comments

Comments
 (0)