Skip to content
Open
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
6 changes: 3 additions & 3 deletions 3_streaming_data/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ be found [here](https://github.com/rticommunity/connextdds-py).

To generate the XML definition from IDL, run
```shell
$ rtiddsgen -convertToXml ../temperature.idl
$ rtiddsgen -convertToXml ../chocolate_factory.idl
```

The example requires a valid license file, which can be configured with
Expand All @@ -25,9 +25,9 @@ the `RTI_LICENSE_FILE` environment variable. Follow the instructions under
To run the examples, open two terminals.
In one, run
```shell
$ python3 TemperatureSubscriber.py
$ python3 ChocolateFactorySubscriber.py
```
In the other, run
```shell
$ python3 TemperaturePublisher.py
$ python3 ChocolateFactoryPublisher.py
```