Added joystick topic to mux with highest control priority

This commit is contained in:
Tim Korjakow 2023-07-14 13:16:37 +08:00
parent 8efb1de596
commit bd7da91a99
1 changed files with 6 additions and 1 deletions

View File

@ -9,4 +9,9 @@ twist_mux:
keyboard:
topic : cmd_vel_keyboard
timeout : 0.5
priority: 100
priority: 100
joystick:
topic : cmd_vel_joystick
timeout : 0.5
priority: 1000