-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
552f1f6
commit e365194
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ur5_moveit_tutorials/launch/ur5_moveit_servo_w_joint_group_controller.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<include file="$(find ur5_moveit_tutorials)/launch/ur5_moveit_servo_common.launch"> | ||
<arg name="controllers" value="joint_state_controller joint_group_pos_controller"/> | ||
<arg name="controller" value="joint_group_pos_controller"/> | ||
<arg name="servo_params_file" value="$(find ur5_moveit_tutorials)/config/joint_group_servo_params.yaml"/> | ||
</include> | ||
</launch> |
2 changes: 1 addition & 1 deletion
2
ur5_moveit_tutorials/launch/ur5_moveit_servo_w_traj_controller.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<include file="$(find ur5_moveit_tutorials)/launch/ur5_moveit_servo_common.launch"> | ||
<arg name="controllers" value="joint_state_controller pos_joint_traj_controller"/> | ||
<arg name="controller" value="pos_joint_traj_controller"/> | ||
<arg name="servo_params_file" value="$(find ur5_moveit_tutorials)/config/pos_joint_traj_servo_params.yaml"/> | ||
</include> | ||
</launch> |