Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prerequisites to python tutorial #514

Closed
Closed
Changes from all commits
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
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-transport13

To install the required package, run:

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

## Publisher

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