Skip to content

Commit

Permalink
Fix small errors in launch files (lbr-iiwa).
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelBueno committed Feb 28, 2023
1 parent 1a82027 commit 8fdd38d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Kuka/LBRiiwa/iiwa_ros2_moveit2/launch/iiwa.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def generate_launch_description():
doc = xacro.parse(open(xacro_file))
xacro.process_doc(doc, mappings={
"cell_layout_1": cell_layout_1,
# "cell_layout_2": cell_layout_2,
"cell_layout_2": cell_layout_2,
"EE_no": EE_no,
# "EE_**": EE_**,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ def generate_launch_description():
# *********************** ROS2.0 Robot/End-Effector Actions/Triggers *********************** #
# MoveJ ACTION:
moveJ_interface = Node(
name="moveJ_action",
name="moveJs_action",
package="ros2_actions",
executable="moveJ_action",
executable="moveJs_action",
output="screen",
parameters=[robot_description, robot_description_semantic, kinematics_yaml, {"ROB_PARAM": 'iiwa_arm'}],
)
Expand Down Expand Up @@ -312,9 +312,9 @@ def generate_launch_description():
)
# MoveR ACTION:
moveR_interface = Node(
name="moveR_action",
name="moveRs_action",
package="ros2_actions",
executable="moveR_action",
executable="moveRs_action",
output="screen",
parameters=[robot_description, robot_description_semantic, kinematics_yaml, {"ROB_PARAM": 'iiwa_arm'}],
)
Expand Down

0 comments on commit 8fdd38d

Please sign in to comment.