We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88945b6 commit 218d723Copy full SHA for 218d723
1 file changed
lbr_description/ros2_control/lbr_system_interface.xacro
@@ -6,7 +6,7 @@
6
<xacro:property name="system_config"
7
value="${xacro.load_yaml(system_config_path)}" />
8
9
- <ros2_control name="lbr_system_interface" type="system">
+ <ros2_control name="${robot_name}_system_interface" type="system">
10
<!-- load plugin depending on mode -->
11
<xacro:if value="${mode == 'mock'}">
12
<hardware>
0 commit comments