Skip to content

Commit

Permalink
fix: zenoh setting (AutomotiveAIChallenge#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Oct 9, 2024
1 parent 6d66f4e commit 558eceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle/zenoh.json5
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//// or is not specified at all, it means that ALL such interface are allowed.
allow: {
publishers: [".*"],
subscribers: ["/racing_kart/joy"],
subscribers: ["/racing_kart/joy", "/initialpose"],
service_servers: [],
service_clients: [],
action_servers: [],
Expand Down

0 comments on commit 558eceb

Please sign in to comment.