Skip to content

Commit

Permalink
Update ROS distribution instructions in README.md (UniversalRobots#161)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
nbbrooks authored Sep 9, 2021
1 parent 7acbec6 commit 4cde711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The driver is compatible across the entire line of UR robots -- from 3 kg payloa

## Getting Started

1. [Install ROS2 Foxy](https://index.ros.org/doc/ros2/Installation/Foxy/Linux-Install-Debians/).
1. [Install ROS2 Rolling](https://docs.ros.org/en/rolling/Installation/Ubuntu-Install-Debians.html) or [Install ROS2 Galactic](https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html). This branch will support both distributions until API breaking changes are made, at which point a `galactic` branch will be forked.

2. Make sure that `colcon`, its extensions and `vcs` are installed:
```
Expand All @@ -34,7 +34,7 @@ The driver is compatible across the entire line of UR robots -- from 3 kg payloa

3. Create a new ROS2 workspace:
```
export COLCON_WS=~/workspace/ros_ws_foxy_ur_driver
export COLCON_WS=~/workspace/ros_ur_driver
mkdir -p $COLCON_WS/src
```

Expand Down

0 comments on commit 4cde711

Please sign in to comment.