Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wata committed Jun 12, 2024
1 parent 0f17031 commit e934e61
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 @@ -20,13 +20,13 @@ This repository contains the source code for the Kachaka API server and Zenoh no

This repository includes two main scripts for different use cases:

1. rest_kachaka_api.py:
1. `rest_kachaka_api.py`

- Use this script when communicating with an Open-RMF server within the same network without NAT (Network Address Translation) traversal.
- This script uses fleet_adapter_kachaka as the fleet adapter.
- It leverages FastAPI to expose the required topics for the fleet adapter.

1. connect_openrmf_by_zenoh.py:
1. `connect_openrmf_by_zenoh.py`:

- Use this script when communicating with an Open-RMF server via Zenoh router, requiring NAT traversal.
- It uses a common adapter that sends and receives Zenoh topics as the fleet adapter.
Expand Down

0 comments on commit e934e61

Please sign in to comment.