-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
26 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# dual_ur3e | ||
ROS-Melodic, Gazebo, and MoveIt configuration for dual configuration with UR3e | ||
# Dual arm set up with Universal Robots (default UR3e) | ||
ROS-Melodic, Gazebo, and MoveIt configuration for dual configuration with UR3e (or any other UR robot) | ||
|
||
## Example | ||
### Launch the Gazebo environment (Environment is a custom build of my lab) | ||
Execute the following command | ||
```shell | ||
roslaunch ur3e_dual_gazebo dual_ur3e_hlab.launch | ||
``` | ||
|
||
By default the robot used are the UR3e, but other UR robots can be easily set up by changing the argument `ur_robot`, valid option (ur3, ur5, ur10, ur3e, ur5e, ur10e) | ||
```shell | ||
roslaunch ur3e_dual_gazebo dual_ur3e_hlab.launch ur_robot:=ur5e | ||
``` | ||
|
||
### Launch MoveIt | ||
Execute the following command | ||
```shell | ||
roslaunch ur3e_dual_moveit_config start_sim_dual_ur3e_moveit.launch | ||
``` | ||
|
||
### Change the simulation environment | ||
Update the URDF description of the environment `ur3e_dual_gazebo/urdf/dual_ur_gripper_hande.xacro` or create your own one | ||
|
||
|
||
|