Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 456 Bytes

ros2router-service-test

Quick Start

Husarnet Setup

Create the .env file based on .env.template and paste your own Husarnet Join Code here

Launching Demo

In two separate terminals (on the same or different hosts) run:

  1. Terminal 1:
CHATTER_ROLE=talker ADD_TWO_INTS_ROLE=server docker compose up
  1. Terminal 2:
CHATTER_ROLE=listener ADD_TWO_INTS_ROLE=client RMW_IMPLEMENTATION=rmw_cyclonedds_cpp docker compose up