From e39573f1f20926e8df1cd0e28516987a5d65f351 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2025 14:26:06 +0100 Subject: [PATCH] update --- config/twist_mux_topics.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/twist_mux_topics.yaml b/config/twist_mux_topics.yaml index 696c0ad..cc9a285 100644 --- a/config/twist_mux_topics.yaml +++ b/config/twist_mux_topics.yaml @@ -15,14 +15,14 @@ topics: name : joystick topic : joy_vel timeout : 0.5 + priority: 100 +- + name : keyboard + topic : key_vel + timeout : 0.5 priority: 90 -# - -# name : keyboard -# topic : key_vel -# timeout : 0.5 -# priority: 90 -# - -# name : tablet -# topic : tab_vel -# timeout : 0.5 -# priority: 90 \ No newline at end of file +- + name : tablet + topic : tab_vel + timeout : 0.5 + priority: 90 \ No newline at end of file