From 4a1532bc35389b327321e0054a4671f58b855807 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:41:50 +0200 Subject: [PATCH] Create twist_mux.yaml --- config/twist_mux.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/twist_mux.yaml diff --git a/config/twist_mux.yaml b/config/twist_mux.yaml new file mode 100644 index 0000000..06bc833 --- /dev/null +++ b/config/twist_mux.yaml @@ -0,0 +1,15 @@ +twist_mux: + ros__parameters: + topics: + navigation: + topic : cmd_vel + timeout : 0.5 + priority: 100 + tracker: + topic : cmd_vel_tracker + timeout : 0.5 + priority: 20 + joystick: + topic : cmd_vel_joy + timeout : 0.5 + priority: 50