Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout authored Mar 23, 2024
1 parent 37b3b26 commit 7bb2bf2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ Production Phase:

![production_phase](https://github.com/robocup-logistics/rcll-mqtt-bridge/assets/5959988/fe0d6584-21e9-4c36-ab40-7bf4ee905494)

#### Robot Beacon Signals

The bridge supports publishing Robot Beacon signals for a team.
Topics: `<TEAM>/beacon/R1` `<TEAM>/beacon/R2` `<TEAM>/beacon/R3`
Payload:
`{
"name": <ROBOT_NAME>,
"x": <X_COORDINATE>,
"y": <Y_COORDINATE>,
"yaw": <YAW>
}`

![robot_beacon_signal](https://github.com/robocup-logistics/rcll-mqtt-bridge/assets/5959988/10fdc2e1-a0c3-4ac9-ad89-87af63f88690)


#### Prepare Machines
The bridge is also listening to the following topics:
Expand Down

0 comments on commit 7bb2bf2

Please sign in to comment.