Skip to content

Commit c4d8d61

Browse files
authored
moveit_servo package executabe name has changed (#854)
* moveit_servo package changed executable name to servo_node * ee-frame name updated
1 parent 5b538e2 commit c4d8d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ur_moveit_config/config/ur_servo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ move_group_name: ur_manipulator # Often 'manipulator' or 'arm'
4040
planning_frame: base_link # The MoveIt planning frame. Often 'base_link' or 'world'
4141

4242
## Other frames
43-
ee_frame_name: tool0 # The name of the end effector link, used to return the EE pose
43+
ee_frame: tool0 # The name of the end effector link, used to return the EE pose
4444
robot_link_command_frame: tool0 # commands must be given in the frame of a robot link. Usually either the base or end effector
4545

4646
## Stopping behaviour

ur_moveit_config/launch/ur_moveit.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def launch_setup(context, *args, **kwargs):
242242
servo_node = Node(
243243
package="moveit_servo",
244244
condition=IfCondition(launch_servo),
245-
executable="servo_node_main",
245+
executable="servo_node",
246246
parameters=[
247247
servo_params,
248248
robot_description,

0 commit comments

Comments
 (0)