Skip to content

Commit

Permalink
Merge pull request #563 from gazebosim/scpeters/merge_13_14
Browse files Browse the repository at this point in the history
Merge gz-transport13 ➡️  gz-transport14
  • Loading branch information
scpeters authored Dec 9, 2024
2 parents efa2f1e + bb2a777 commit 818d8c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tutorials/06_python_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ mkdir ~/gz_transport_tutorial
cd ~/gz_transport_tutorial
```

## Prerequisites

Before you begin, make sure you have the following installed:

- python3-gz-transport14

To install the required package in Linux, run:

```bash
sudo apt install python3-gz-transport14
```

## Publisher

Download the [publisher.py](https://github.com/gazebosim/gz-transport/blob/gz-transport14/python/examples/publisher.py) file within the `gz_transport_tutorial`
Expand Down

0 comments on commit 818d8c4

Please sign in to comment.