No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
|
Repository Summary
Checkout URI | https://github.com/zitongbai/ur5e_vision_assemble.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-06-12 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
bringup | 0.0.0 |
gazebo_grasp_plugin | 1.0.2 |
gazebo_grasp_plugin_ros | 0.0.1 |
gazebo_version_helpers | 0.0.0 |
dual_ur5e_gripper_moveit_config | 0.0.0 |
robotiq_description | 0.0.0 |
robotiq_moveit_config | 0.0.0 |
ur5e_gripper_description | 0.0.0 |
ur5e_gripper_moveit_config | 0.0.0 |
ur_moveit_config | 2.4.1 |
ur5e_gripper_control | 0.0.0 |
vision | 0.0.0 |
README
UR5_Vision_Assemble
Use ROS2 and Gazebo to simulate 2 UR5 assembling objects.
Environment
- Ubuntu 22.04
- ROS2 humble
Installation
Before installation, you need some dependencies installed.
Gazebo classic
Unlike ROS, Gazebo is not installed when you install ROS2. You need to install it manually.
sudo apt update
sudo apt install gazebo
Moveit2
sudo apt install ros-humble-moveit*
ros2 control
sudo apt install ros-humble-ros2-control
sudo apt install ros-humble-ros2-controllers
dependencies of image
sudo apt install ros-humble-image-pipeline
sudo apt install ros-humble-compressed-image-transport
sudo apt install ros-humble-compressed-depth-image-transport
sudo apt install ros-humble-vision-msgs
Clone this repo
Now clone this repo
cd ~
git clone git@github.com:zitongbai/UR5e_Vision_Assemble.git --recurse-submodules
setup environment for yolov5
You can refer to the README.md in the vision package.
You should not only set up the conda environment, but also train the yolov5 and move the weight files for later usage.
Under the original python environment, you should upgrade the numpy version
pip install -U numpy
Build
Build the repo
cd ~/UR5e_Vision_Assemble
colcon build --symlink-install
Usage
Start the simulation environment
cd ~/UR5e_Vision_Assemble
source install/setup.bash
ros2 launch bringup simulation.launch.py
Launch the demo
# in another terminal
cd ~/UR5e_Vision_Assemble
source install/setup.bash
ros2 launch ur5e_gripper_control demo4.launch.py
Some notes
Before usage
make sure you have all the dependences installed
make sure you have local gazebo model in ~/.gazebo/models
记录一下踩过的各种坑
- 调用moveit控制的那个launch文件也需要单独加载kinematics等参数(robot_description之类的倒是不用,好奇怪)
- xml文件的注释中不要含有冒号:
- 记得区分${xxx}和$(arg xxx)
- 仿真需要设置
use_sim_time=true
,而且目前来看最好在launch文件里面来设置 - 因为固定link的tf没有被发布出来导致深度相机返回的数据有问题
Acknowledgment
- Gazebo grasp plugin for ROS2 gazebo_pkgs
- ros2_robotiq_gripper
- Universal_Robots_ROS2_Description
- Universal_Robots_ROS2_Driver
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.