Skip to content

Commit

Permalink
fix: expose /speaker/play and /speaker/tts to the zenoh router
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj committed Feb 24, 2025
1 parent da8d8c7 commit dc2d19d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions configs/zenoh.json5
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,16 @@
"/joint_states",
"/ydlidar_ros2_driver_node/transition_event",
"/initialpose",
"/cmd_vel"
"/cmd_vel",
"/speaker/play",
"/speaker/tts",
],
subscribers: [
"/cmd_vel",
"/tf",
"/tf_static"
"/tf_static",
"/speaker/play",
"/speaker/tts",
],
service_servers: [".*/.*_parameters"],
service_clients: [],
Expand Down
2 changes: 1 addition & 1 deletion src/limo_ros2

0 comments on commit dc2d19d

Please sign in to comment.