Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention Jazzy as main distro
  • Loading branch information
tpoignonec authored Aug 21, 2024
1 parent 57454be commit 422d611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This stack includes `ros2_control` drivers for Force Dimension SDK compatible haptic interfaces.


***Tested with a Humble ROS distribution only (Ubuntu 22.04 LTS)***
***Tested with Jazzy and Humble ROS distributions only***

[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI (humble)](../../actions/workflows/ci.yml/badge.svg?branch=humble)](../../actions/workflows/ci.yml?query=branch:humble)
Expand All @@ -26,12 +26,12 @@ The driver was currently tested on the following haptic devices:

## Usage
### Getting Started
***Required setup : Ubuntu 22.04 LTS***
***Required setup : Ubuntu 24.04 LTS***

1. Install `ros2` packages. The current development is based of `ros2 humble`. Installation steps are described [here](https://docs.ros.org/en/humble/Installation.html).
1. Install `ros2` packages. The current development is based of `ros2 jazzy`. Installation steps are described [here](https://docs.ros.org/en/jazzy/Installation.html).
2. Source your `ros2` environment:
```shell
source /opt/ros/humble/setup.bash
source /opt/ros/jazzy/setup.bash
```
**NOTE**: The ros2 environment needs to be sources in every used terminal. If only one distribution of ros2 is used, it can be added to the `~/.bashrc` file.
3. Install `colcon` and its extensions :
Expand Down

0 comments on commit 422d611

Please sign in to comment.