File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cob_cartesian_controller/launch
cob_obstacle_distance/launch
cob_twist_controller/launch Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<launch >
3
3
4
4
<!-- 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'" />
6
6
7
7
<!-- robot state publisher -->
8
8
<node ns =" arm" name =" joint_states_relay" pkg =" topic_tools" type =" relay" args =" joint_states /joint_states" cwd =" node" respawn =" true" output =" screen" />
Original file line number Diff line number Diff line change 2
2
<launch >
3
3
4
4
<!-- 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'" />
6
6
7
7
<node name =" joint_state_publisher" pkg =" joint_state_publisher" type =" joint_state_publisher" >
8
8
<param name =" use_gui" value =" true" />
Original file line number Diff line number Diff line change 2
2
<launch >
3
3
4
4
<!-- 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'" />
6
6
7
7
<!-- robot state publisher -->
8
8
<node ns =" arm" name =" joint_states_relay" pkg =" topic_tools" type =" relay" args =" joint_states /joint_states" cwd =" node" respawn =" true" output =" screen" />
You can’t perform that action at this time.
0 commit comments