forked from xArm-Developer/xarm_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Organize the configuration files of the
xarm_controller
- Loading branch information
Showing
93 changed files
with
1,378 additions
and
1,569 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
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
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
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
18 changes: 18 additions & 0 deletions
18
uf_robot_moveit_config/config/uf850/gazebo_controllers_with_gripper_action.yaml
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
controller_list: | ||
- name: "" | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
joints: | ||
- joint1 | ||
- joint2 | ||
- joint3 | ||
- joint4 | ||
- joint5 | ||
- joint6 | ||
|
||
- name: gripper_controller | ||
action_ns: gripper_action | ||
type: GripperCommand | ||
joints: | ||
- drive_joint | ||
allow_failure: true |
17 changes: 17 additions & 0 deletions
17
uf_robot_moveit_config/config/xarm5/gazebo_controllers_with_gripper_action.yaml
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
controller_list: | ||
- name: "" | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
joints: | ||
- joint1 | ||
- joint2 | ||
- joint3 | ||
- joint4 | ||
- joint5 | ||
|
||
- name: gripper_controller | ||
action_ns: gripper_action | ||
type: GripperCommand | ||
joints: | ||
- drive_joint | ||
allow_failure: true |
18 changes: 18 additions & 0 deletions
18
uf_robot_moveit_config/config/xarm6/gazebo_controllers_with_gripper_action.yaml
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
controller_list: | ||
- name: "" | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
joints: | ||
- joint1 | ||
- joint2 | ||
- joint3 | ||
- joint4 | ||
- joint5 | ||
- joint6 | ||
|
||
- name: gripper_controller | ||
action_ns: gripper_action | ||
type: GripperCommand | ||
joints: | ||
- drive_joint | ||
allow_failure: true |
19 changes: 19 additions & 0 deletions
19
uf_robot_moveit_config/config/xarm7/gazebo_controllers_with_gripper_action.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
controller_list: | ||
- name: "" | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
joints: | ||
- joint1 | ||
- joint2 | ||
- joint3 | ||
- joint4 | ||
- joint5 | ||
- joint6 | ||
- joint7 | ||
|
||
- name: gripper_controller | ||
action_ns: gripper_action | ||
type: GripperCommand | ||
joints: | ||
- drive_joint | ||
allow_failure: true |
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
12 changes: 7 additions & 5 deletions
12
uf_robot_moveit_config/launch/__moveit_controller_manager_fake.launch.xml
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,12 +1,14 @@ | ||
<launch> | ||
<arg name="add_gripper" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> | ||
<!-- <arg name="add_gripper" default="false"/> | ||
<arg name="gripper_action" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> --> | ||
<arg name="controllers_file" default=""/> | ||
|
||
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin --> | ||
<param name="moveit_controller_manager" value="moveit_fake_controller_manager/MoveItFakeControllerManager"/> | ||
|
||
<!-- The rest of the params are specific to this plugin --> | ||
<rosparam if="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/fake_controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/fake_controllers.yaml"/> | ||
|
||
<!-- <rosparam if="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/fake_controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/fake_controllers.yaml"/> --> | ||
<rosparam file="$(arg controllers_file)"/> | ||
</launch> |
12 changes: 8 additions & 4 deletions
12
uf_robot_moveit_config/launch/__moveit_controller_manager_gazebo.launch.xml
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,12 +1,16 @@ | ||
<launch> | ||
<arg name="add_gripper" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> | ||
<!-- <arg name="add_gripper" default="false"/> | ||
<arg name="gripper_action" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> --> | ||
<arg name="controllers_file" default=""/> | ||
|
||
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin --> | ||
<param name="moveit_controller_manager" value="moveit_simple_controller_manager/MoveItSimpleControllerManager"/> | ||
<!-- Disable the exec duration monitoring --> | ||
<param name="trajectory_execution/execution_duration_monitoring" value="false"/> | ||
<!-- The rest of the params are specific to this plugin --> | ||
<rosparam if="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/gazebo_controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers.yaml"/> | ||
<!-- <rosparam if="$(eval arg('add_gripper') and arg('gripper_action'))" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/gazebo_controllers_with_gripper_action.yaml"/> | ||
<rosparam if="$(eval arg('add_gripper') and not arg('gripper_action'))" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/gazebo_controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers.yaml"/> --> | ||
<rosparam file="$(arg controllers_file)"/> | ||
</launch> |
11 changes: 7 additions & 4 deletions
11
uf_robot_moveit_config/launch/__moveit_controller_manager_robot.launch.xml
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,13 +1,16 @@ | ||
<launch> | ||
<arg name="add_gripper" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> | ||
<!-- <arg name="add_gripper" default="false"/> | ||
<arg name="gripper_action" default="false"/> | ||
<arg name="robot_name" default="xarm7"/> --> | ||
<arg name="controllers_file" default=""/> | ||
|
||
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin --> | ||
<param name="moveit_controller_manager" value="moveit_simple_controller_manager/MoveItSimpleControllerManager"/> | ||
<!-- Disable the exec duration monitoring --> | ||
<param name="trajectory_execution/execution_duration_monitoring" value="false"/> | ||
<!-- The rest of the params are specific to this plugin --> | ||
<rosparam if="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers.yaml"/> | ||
<!-- <rosparam if="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers_with_gripper.yaml"/> | ||
<rosparam unless="$(arg add_gripper)" file="$(find uf_robot_moveit_config)/config/$(arg robot_name)/controllers.yaml"/> --> | ||
<rosparam file="$(arg controllers_file)"/> | ||
|
||
</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
Oops, something went wrong.