Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ 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](https://docs.ros.org/en/rolling/Installation.html) on your system. With that, please create a
workspace, clone this repo into the workspace, install the dependencies and build the workspace.
2](https://docs.ros.org/en/rolling/Installation.html) on your system. Currently, only ROS Jazzy and
newer are supported.

With that, please create a workspace, clone this repo into the workspace, install the dependencies
and build the workspace.

1. Create a colcon workspace:
```
Expand Down
Loading