Skip to content

Commit 782f338

Browse files
committed
remove --inorder args
1 parent 03025e2 commit 782f338

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cob_cartesian_controller/launch/example.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch>
33

44
<!-- send lwa4p_extended urdf to param server -->
5-
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
5+
<param name="robot_description" command="$(find xacro)/xacro '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
66

77
<!-- robot state publisher -->
88
<node ns="arm" name="joint_states_relay" pkg="topic_tools" type="relay" args="joint_states /joint_states" cwd="node" respawn="true" output="screen"/>

cob_obstacle_distance/launch/example.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch>
33

44
<!-- send lwa4p_extended urdf to param server -->
5-
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
5+
<param name="robot_description" command="$(find xacro)/xacro '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
66

77
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" >
88
<param name="use_gui" value="true"/>

cob_twist_controller/launch/example.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch>
33

44
<!-- send lwa4p_extended urdf to param server -->
5-
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
5+
<param name="robot_description" command="$(find xacro)/xacro '$(find schunk_lwa4p_extended)/urdf/robot.urdf.xacro'" />
66

77
<!-- robot state publisher -->
88
<node ns="arm" name="joint_states_relay" pkg="topic_tools" type="relay" args="joint_states /joint_states" cwd="node" respawn="true" output="screen"/>

0 commit comments

Comments
 (0)