forked from ros-industrial/universal_robot
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example MoveIt! configs for the E-series arms
- Loading branch information
1 parent
90deacc
commit 1b2fcb3
Showing
88 changed files
with
2,732 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
moveit_setup_assistant_config: | ||
URDF: | ||
package: ur_e_description | ||
relative_path: urdf/ur10e_robot.urdf.xacro | ||
SRDF: | ||
relative_path: config/ur10e.srdf | ||
CONFIG: | ||
generated_timestamp: 1413893323 |
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,14 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(ur10_e_moveit_config) | ||
|
||
find_package(catkin REQUIRED) | ||
|
||
catkin_package() | ||
|
||
if (CATKIN_ENABLE_TESTING) | ||
find_package(roslaunch REQUIRED) | ||
roslaunch_add_file_check(tests/moveit_planning_execution.xml) | ||
endif() | ||
|
||
install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) | ||
install(DIRECTORY config DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) |
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,11 @@ | ||
controller_list: | ||
- name: "" | ||
action_ns: follow_joint_trajectory | ||
type: FollowJointTrajectory | ||
joints: | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint |
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,12 @@ | ||
controller_list: | ||
- name: fake_manipulator_controller | ||
joints: | ||
- shoulder_pan_joint | ||
- shoulder_lift_joint | ||
- elbow_joint | ||
- wrist_1_joint | ||
- wrist_2_joint | ||
- wrist_3_joint | ||
- name: fake_endeffector_controller | ||
joints: | ||
[] |
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,34 @@ | ||
# joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed | ||
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration] | ||
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits] | ||
joint_limits: | ||
shoulder_pan_joint: | ||
has_velocity_limits: true | ||
max_velocity: 3.14 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 | ||
shoulder_lift_joint: | ||
has_velocity_limits: true | ||
max_velocity: 3.14 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 | ||
elbow_joint: | ||
has_velocity_limits: true | ||
max_velocity: 3.14 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 | ||
wrist_1_joint: | ||
has_velocity_limits: true | ||
max_velocity: 6.28 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 | ||
wrist_2_joint: | ||
has_velocity_limits: true | ||
max_velocity: 6.28 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 | ||
wrist_3_joint: | ||
has_velocity_limits: true | ||
max_velocity: 6.28 | ||
has_acceleration_limits: true | ||
max_acceleration: 3.14 |
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,5 @@ | ||
manipulator: | ||
kinematics_solver: kdl_kinematics_plugin/KDLKinematicsPlugin | ||
kinematics_solver_search_resolution: 0.005 | ||
kinematics_solver_timeout: 0.005 | ||
kinematics_solver_attempts: 3 |
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,83 @@ | ||
planner_configs: | ||
SBLkConfigDefault: | ||
type: geometric::SBL | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
ESTkConfigDefault: | ||
type: geometric::EST | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0 setup() | ||
goal_bias: 0.05 # When close to goal select goal, with this probability. default: 0.05 | ||
LBKPIECEkConfigDefault: | ||
type: geometric::LBKPIECE | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
border_fraction: 0.9 # Fraction of time focused on boarder default: 0.9 | ||
min_valid_path_fraction: 0.5 # Accept partially valid moves above fraction. default: 0.5 | ||
BKPIECEkConfigDefault: | ||
type: geometric::BKPIECE | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
border_fraction: 0.9 # Fraction of time focused on boarder default: 0.9 | ||
failed_expansion_score_factor: 0.5 # When extending motion fails, scale score by factor. default: 0.5 | ||
min_valid_path_fraction: 0.5 # Accept partially valid moves above fraction. default: 0.5 | ||
KPIECEkConfigDefault: | ||
type: geometric::KPIECE | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
goal_bias: 0.05 # When close to goal select goal, with this probability. default: 0.05 | ||
border_fraction: 0.9 # Fraction of time focused on boarder default: 0.9 (0.0,1.] | ||
failed_expansion_score_factor: 0.5 # When extending motion fails, scale score by factor. default: 0.5 | ||
min_valid_path_fraction: 0.5 # Accept partially valid moves above fraction. default: 0.5 | ||
RRTkConfigDefault: | ||
type: geometric::RRT | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
goal_bias: 0.05 # When close to goal select goal, with this probability? default: 0.05 | ||
RRTConnectkConfigDefault: | ||
type: geometric::RRTConnect | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
RRTstarkConfigDefault: | ||
type: geometric::RRTstar | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
goal_bias: 0.05 # When close to goal select goal, with this probability? default: 0.05 | ||
delay_collision_checking: 1 # Stop collision checking as soon as C-free parent found. default 1 | ||
TRRTkConfigDefault: | ||
type: geometric::TRRT | ||
range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() | ||
goal_bias: 0.05 # When close to goal select goal, with this probability? default: 0.05 | ||
max_states_failed: 10 # when to start increasing temp. default: 10 | ||
temp_change_factor: 2.0 # how much to increase or decrease temp. default: 2.0 | ||
min_temperature: 10e-10 # lower limit of temp change. default: 10e-10 | ||
init_temperature: 10e-6 # initial temperature. default: 10e-6 | ||
frountier_threshold: 0.0 # dist new state to nearest neighbor to disqualify as frontier. default: 0.0 set in setup() | ||
frountierNodeRatio: 0.1 # 1/10, or 1 nonfrontier for every 10 frontier. default: 0.1 | ||
k_constant: 0.0 # value used to normalize expresssion. default: 0.0 set in setup() | ||
PRMkConfigDefault: | ||
type: geometric::PRM | ||
max_nearest_neighbors: 10 # use k nearest neighbors. default: 10 | ||
PRMstarkConfigDefault: | ||
type: geometric::PRMstar | ||
manipulator: | ||
planner_configs: | ||
- SBLkConfigDefault | ||
- ESTkConfigDefault | ||
- LBKPIECEkConfigDefault | ||
- BKPIECEkConfigDefault | ||
- KPIECEkConfigDefault | ||
- RRTkConfigDefault | ||
- RRTConnectkConfigDefault | ||
- RRTstarkConfigDefault | ||
- TRRTkConfigDefault | ||
- PRMkConfigDefault | ||
- PRMstarkConfigDefault | ||
##Note: commenting the following line lets moveit chose RRTConnect as default planner rather than LBKPIECE | ||
#projection_evaluator: joints(shoulder_pan_joint,shoulder_lift_joint) | ||
longest_valid_segment_fraction: 0.01 | ||
endeffector: | ||
planner_configs: | ||
- SBLkConfigDefault | ||
- ESTkConfigDefault | ||
- LBKPIECEkConfigDefault | ||
- BKPIECEkConfigDefault | ||
- KPIECEkConfigDefault | ||
- RRTkConfigDefault | ||
- RRTConnectkConfigDefault | ||
- RRTstarkConfigDefault | ||
- TRRTkConfigDefault | ||
- PRMkConfigDefault | ||
- PRMstarkConfigDefault |
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,54 @@ | ||
<?xml version="1.0" ?> | ||
<!--This does not replace URDF, and is not an extension of URDF. | ||
This is a format for representing semantic information about the robot structure. | ||
A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined | ||
--> | ||
<robot name="ur10e"> | ||
<!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc--> | ||
<!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included--> | ||
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included--> | ||
<!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group--> | ||
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names--> | ||
<group name="manipulator"> | ||
<chain base_link="base_link" tip_link="ee_link"/> | ||
</group> | ||
<group name="endeffector"> | ||
<link name="ee_link"/> | ||
</group> | ||
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'--> | ||
<group_state name="home" group="manipulator"> | ||
<joint name="elbow_joint" value="0" /> | ||
<joint name="shoulder_lift_joint" value="0" /> | ||
<joint name="shoulder_pan_joint" value="0" /> | ||
<joint name="wrist_1_joint" value="0" /> | ||
<joint name="wrist_2_joint" value="0" /> | ||
<joint name="wrist_3_joint" value="0" /> | ||
</group_state> | ||
<group_state name="up" group="manipulator"> | ||
<joint name="elbow_joint" value="0" /> | ||
<joint name="shoulder_lift_joint" value="-1.5707" /> | ||
<joint name="shoulder_pan_joint" value="0" /> | ||
<joint name="wrist_1_joint" value="-1.5707" /> | ||
<joint name="wrist_2_joint" value="0" /> | ||
<joint name="wrist_3_joint" value="0" /> | ||
</group_state> | ||
<!--END EFFECTOR: Purpose: Represent information about an end effector.--> | ||
<end_effector name="moveit_ee" parent_link="ee_link" group="endeffector" /> | ||
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)--> | ||
<virtual_joint name="fixed_base" type="fixed" parent_frame="world" child_link="base_link" /> | ||
<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. --> | ||
<disable_collisions link1="base_link" link2="shoulder_link" reason="Adjacent" /> | ||
<disable_collisions link1="base_link" link2="upper_arm_link" reason="Never" /> | ||
<disable_collisions link1="base_link" link2="wrist_1_link" reason="Never" /> | ||
<disable_collisions link1="ee_link" link2="wrist_1_link" reason="Never" /> | ||
<disable_collisions link1="ee_link" link2="wrist_2_link" reason="Never" /> | ||
<disable_collisions link1="ee_link" link2="wrist_3_link" reason="Adjacent" /> | ||
<disable_collisions link1="forearm_link" link2="upper_arm_link" reason="Adjacent" /> | ||
<disable_collisions link1="forearm_link" link2="wrist_1_link" reason="Adjacent" /> | ||
<disable_collisions link1="shoulder_link" link2="upper_arm_link" reason="Adjacent" /> | ||
<disable_collisions link1="shoulder_link" link2="wrist_1_link" reason="Never" /> | ||
<disable_collisions link1="shoulder_link" link2="wrist_2_link" reason="Never" /> | ||
<disable_collisions link1="wrist_1_link" link2="wrist_2_link" reason="Adjacent" /> | ||
<disable_collisions link1="wrist_1_link" link2="wrist_3_link" reason="Never" /> | ||
<disable_collisions link1="wrist_2_link" link2="wrist_3_link" reason="Adjacent" /> | ||
</robot> |
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,13 @@ | ||
<launch> | ||
|
||
<arg name="reset" default="false"/> | ||
|
||
<!-- Launch the warehouse with a default database location --> | ||
<include file="$(find ur10_e_moveit_config)/launch/warehouse.launch"> | ||
<arg name="moveit_warehouse_database_path" value="$(find ur10_e_moveit_config)/default_warehouse_mongo_db" /> | ||
</include> | ||
|
||
<!-- If we want to reset the database, run this node --> | ||
<node if="$(arg reset)" name="$(anon moveit_default_db_reset)" type="moveit_init_demo_warehouse" pkg="moveit_ros_warehouse" respawn="false" output="screen" /> | ||
|
||
</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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<launch> | ||
|
||
<!-- By default, we do not start a database (it can be large) --> | ||
<arg name="db" default="false" /> | ||
|
||
<!-- By default, we are not in debug mode --> | ||
<arg name="debug" default="false" /> | ||
|
||
<arg name="limited" default="false"/> | ||
|
||
<!-- Load the URDF, SRDF and other .yaml configuration files on the param server --> | ||
<include file="$(find ur10_e_moveit_config)/launch/planning_context.launch"> | ||
<arg name="load_robot_description" value="true"/> | ||
<arg name="limited" value="$(arg limited)"/> | ||
</include> | ||
|
||
<!-- If needed, broadcast static tf for robot root --> | ||
|
||
|
||
<!-- We do not have a robot connected, so publish fake joint states --> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"> | ||
<param name="/use_gui" value="false"/> | ||
<rosparam param="/source_list">[/move_group/fake_controller_joint_states]</rosparam> | ||
</node> | ||
|
||
<!-- Given the published joint states, publish tf for the robot links --> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" respawn="true" output="screen" /> | ||
|
||
<!-- Run the main MoveIt executable without trajectory execution (we do not have controllers configured by default) --> | ||
<include file="$(find ur10_e_moveit_config)/launch/move_group.launch"> | ||
<arg name="allow_trajectory_execution" value="true"/> | ||
<arg name="fake_execution" value="true"/> | ||
<arg name="info" value="true"/> | ||
<arg name="debug" value="$(arg debug)"/> | ||
</include> | ||
|
||
<!-- Run Rviz and load the default config to see the state of the move_group node --> | ||
<include file="$(find ur10_e_moveit_config)/launch/moveit_rviz.launch"> | ||
<arg name="config" value="true"/> | ||
<arg name="debug" value="$(arg debug)"/> | ||
</include> | ||
|
||
<!-- If database loading was enabled, start mongodb as well --> | ||
<include file="$(find ur10_e_moveit_config)/launch/default_warehouse_db.launch" if="$(arg db)"/> | ||
|
||
</launch> |
9 changes: 9 additions & 0 deletions
9
ur10_e_moveit_config/launch/fake_moveit_controller_manager.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<launch> | ||
|
||
<!-- 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 file="$(find ur10_e_moveit_config)/config/fake_controllers.yaml"/> | ||
|
||
</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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<launch> | ||
<arg name="limited" default="false"/> | ||
|
||
<include file="$(find ur10_e_moveit_config)/launch/planning_context.launch"> | ||
<arg name="limited" value="$(arg limited)" /> | ||
</include> | ||
|
||
<!-- GDB Debug Option --> | ||
<arg name="debug" default="false" /> | ||
<arg unless="$(arg debug)" name="launch_prefix" value="" /> | ||
<arg if="$(arg debug)" name="launch_prefix" value="gdb --ex run --args" /> | ||
|
||
<!-- Verbose Mode Option --> | ||
<arg name="info" default="$(arg debug)" /> | ||
<arg unless="$(arg info)" name="command_args" value="" /> | ||
<arg if="$(arg info)" name="command_args" value="--debug" /> | ||
|
||
<!-- move_group settings --> | ||
<arg name="allow_trajectory_execution" default="true"/> | ||
<arg name="fake_execution" default="false"/> | ||
<arg name="max_safe_path_cost" default="1"/> | ||
<arg name="jiggle_fraction" default="0.05" /> | ||
<arg name="publish_monitored_planning_scene" default="true"/> | ||
|
||
<!-- Planning Functionality --> | ||
<include ns="move_group" file="$(find ur10_e_moveit_config)/launch/planning_pipeline.launch.xml"> | ||
<arg name="pipeline" value="ompl" /> | ||
</include> | ||
|
||
<!-- Trajectory Execution Functionality --> | ||
<include ns="move_group" file="$(find ur10_e_moveit_config)/launch/trajectory_execution.launch.xml" if="$(arg allow_trajectory_execution)"> | ||
<arg name="moveit_manage_controllers" value="true" /> | ||
<arg name="moveit_controller_manager" value="ur10_e" unless="$(arg fake_execution)"/> | ||
<arg name="moveit_controller_manager" value="fake" if="$(arg fake_execution)"/> | ||
</include> | ||
|
||
<!-- Sensors Functionality --> | ||
<include ns="move_group" file="$(find ur10_e_moveit_config)/launch/sensor_manager.launch.xml" if="$(arg allow_trajectory_execution)"> | ||
<arg name="moveit_sensor_manager" value="ur10_e" /> | ||
</include> | ||
|
||
<!-- Start the actual move_group node/action server --> | ||
<node name="move_group" launch-prefix="$(arg launch_prefix)" pkg="moveit_ros_move_group" type="move_group" respawn="false" output="screen" args="$(arg command_args)"> | ||
<!-- Set the display variable, in case OpenGL code is used internally --> | ||
<env name="DISPLAY" value="$(optenv DISPLAY :0)" /> | ||
|
||
<param name="allow_trajectory_execution" value="$(arg allow_trajectory_execution)"/> | ||
<param name="max_safe_path_cost" value="$(arg max_safe_path_cost)"/> | ||
<param name="jiggle_fraction" value="$(arg jiggle_fraction)" /> | ||
|
||
<!-- MoveGroup capabilities to load --> | ||
<param name="capabilities" value="move_group/MoveGroupCartesianPathService | ||
move_group/MoveGroupExecuteService | ||
move_group/MoveGroupKinematicsService | ||
move_group/MoveGroupMoveAction | ||
move_group/MoveGroupPickPlaceAction | ||
move_group/MoveGroupPlanService | ||
move_group/MoveGroupQueryPlannersService | ||
move_group/MoveGroupStateValidationService | ||
move_group/MoveGroupGetPlanningSceneService | ||
move_group/ClearOctomapService | ||
" /> | ||
|
||
<!-- Publish the planning scene of the physical robot so that rviz plugin can know actual robot --> | ||
<param name="planning_scene_monitor/publish_planning_scene" value="$(arg publish_monitored_planning_scene)" /> | ||
<param name="planning_scene_monitor/publish_geometry_updates" value="$(arg publish_monitored_planning_scene)" /> | ||
<param name="planning_scene_monitor/publish_state_updates" value="$(arg publish_monitored_planning_scene)" /> | ||
<param name="planning_scene_monitor/publish_transforms_updates" value="$(arg publish_monitored_planning_scene)" /> | ||
</node> | ||
|
||
</launch> |
Oops, something went wrong.