Skip to content

Commit

Permalink
added unique name to system interface (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 23, 2024
1 parent 88945b6 commit 218d723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbr_description/ros2_control/lbr_system_interface.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xacro:property name="system_config"
value="${xacro.load_yaml(system_config_path)}" />

<ros2_control name="lbr_system_interface" type="system">
<ros2_control name="${robot_name}_system_interface" type="system">
<!-- load plugin depending on mode -->
<xacro:if value="${mode == 'mock'}">
<hardware>
Expand Down

0 comments on commit 218d723

Please sign in to comment.