We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd1ccf commit 73b56ddCopy full SHA for 73b56dd
ur_simulation_gz/urdf/ur_gz.urdf.xacro
@@ -23,6 +23,7 @@
23
<xacro:arg name="safety_k_position" default="20"/>
24
25
<xacro:arg name="simulation_controllers" default="" />
26
+ <xacro:arg name="ros_namespace" default="" />
27
28
<!-- create link fixed to the "world" -->
29
<link name="world" />
@@ -73,6 +74,9 @@
73
74
<gazebo>
75
<plugin filename="gz_ros2_control-system" name="gz_ros2_control::GazeboSimROS2ControlPlugin">
76
<parameters>$(arg simulation_controllers)</parameters>
77
+ <ros>
78
+ <namespace>$(arg ros_namespace)</namespace>
79
+ </ros>
80
</plugin>
81
</gazebo>
82
0 commit comments