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.
![]() |
universal_robots_ros2_tutorials repositorymy_robot_cell_control my_robot_cell_description my_robot_cell_moveit_config |
|
Repository Summary
Description | Tutorials around the Universal Robots ROS 2 ecosystem |
Checkout URI | https://github.com/universalrobots/universal_robots_ros2_tutorials.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-19 |
Dev Status | UNKNOWN |
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 |
---|---|
my_robot_cell_control | 1.0.0 |
my_robot_cell_description | 1.0.0 |
my_robot_cell_moveit_config | 0.3.0 |
README
Universal Robots ROS 2 tutorials
This package contains tutorials around the ROS 2 packages for Universal Robots.
Getting started
To use the tutorials from this repository, please make sure to install ROS 2 on your system. Currently, only ROS Jazzy and Rolling are supported.
With that, please create a workspace, clone this repo into the workspace, install the dependencies and build the workspace.
- Create a colcon workspace:
export COLCON_WS=~/workspaces/ur_tutorials
mkdir -p $COLCON_WS/src
- Download the required repositories and install package dependencies:
cd $COLCON_WS
git clone https://github.com/UniversalRobots/Universal_Robots_ROS2_Tutorials.git src/ur_tutorials
rosdep update && rosdep install --ignore-src --from-paths src -y
- Create a colcon workspace:
cd $COLCON_WS
colcon build
- Source your workspace
source $COLCON_WS/install/setup.bash
- Launch an example e.g. the custom workcell example
ros2 launch my_robot_cell_control start_robot.launch.py use_mock_hardware:=true
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.